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