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