#include "module.h"
Go to the source code of this file.
Defines | |
#define | IMPLEMENT_SIMPLE_MODULE(ModName, ModID, ToolName, name, purpose, author) |
|
Comment: This is a macro which expands to a whole load of things in DLL builds, or nothing in nonDLL builds. It is an easy way to define a module that uses only one tool. Definition at line 151 of file ezmodule.h. |