3
0
Fork 0
xnode/lib/xnode-shared/XnodeSystemModule.h

12 lines
210 B
C
Raw Permalink Normal View History

2022-11-13 00:46:38 +00:00
#ifndef XnodeSystemModule_h
#define XnodeSystemModule_h
class XnodeSystemModule {
public:
virtual bool systemModuleCommandExecute(char* cmd, char** args);
virtual void systemModuleCommandList();
};
#endif