source:
Main/trunk/Server/tw_version.h@
138
Last change on this file since 138 was 138, checked in by , on Sep 23, 2024 at 8:12:46 PM | |
---|---|
|
|
File size: 170 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | /* $Id: tw_version.h 138 2024-09-23 11:12:46Z nishi $ */ |
2 | ||
3 | #ifndef __TW_VERSION_H__ | |
4 | #define __TW_VERSION_H__ | |
5 | ||
[138] | 6 | #define TW_VERSION "1.05A\0" |
[49] | 7 | |
[3] | 8 | const char* tw_get_version(void); |
[18] | 9 | const char* tw_get_platform(void); |
[3] | 10 | |
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.