Changeset 6 in Main for trunk/Server/tw_config.h
- Timestamp:
- Sep 13, 2024, 7:28:20 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_config.h
r4 r6 4 4 #define __TW_CONFIG_H__ 5 5 6 struct tw_config_entry {}; 7 8 struct tw_config { 9 struct tw_config_entry root; 10 }; 11 12 void tw_config_init(void); 6 13 int tw_config_read(const char* path); 7 14
Note:
See TracChangeset
for help on using the changeset viewer.