#include "Archimedes.h" class DependsOnPrintStatic : public Archimedes::Module { public: DependsOnPrintStatic(void*, Archimedes::App*); ~DependsOnPrintStatic(); void run(); void onLoad() {} }; #ifdef DEPENDSONPRINTSTATIC_DYNAMIC #define MODULE_TYPE DependsOnPrintStatic #include "endModule.h" #endif