|
|
//command expander for Lua language #ifndef CMD_EXPANDER_INCLUDE #define CMD_EXPANDER_INCLUDE #include#include #include "si_system.h" #include "si_string.h" using namespace std; class CMD_EXPANDER { int enable_expanding; public: void init(); string expand(string s); void enable(); void disable(); }; #endif
Generated by: georgik on armada on Sat Jul 24 07:07:15 2004, using kdoc 2.0a54. |