Changeset 156 in Main for trunk/Server/tw_module.h
- Timestamp:
- Sep 25, 2024, 9:28:10 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_module.h
r141 r156 14 14 void (*log)(const char* name, const char* log, ...); 15 15 void (*add_version)(const char* string); 16 void (*add_define)(const char* string); 17 void (*delete_define)(const char* string); 16 18 }; 17 19 … … 45 47 void tw_init_tools(struct tw_tool* tools); 46 48 int tw_module_init(void* mod); 49 50 void tw_add_version(const char* string); 51 void tw_add_define(const char* string); 52 void tw_delete_define(const char* string); 47 53 #endif 48 54
Note:
See TracChangeset
for help on using the changeset viewer.