DECLARE_METHOD

#define DECLARE_METHOD ( method ) ...

Declares a method implementation function.

  • method is the name of the method implementation function.

Use it if you need to call a method implementation function declared elsewhere.