source: Main/trunk/Server/tw_version.h@ 88

Last change on this file since 88 was 70, checked in by Nishi, on Sep 19, 2024 at 6:23:45 PM

patch for windows xp

  • Property svn:keywords set to Id
File size: 169 bytes
RevLine 
[3]1/* $Id: tw_version.h 70 2024-09-19 09:23:45Z nishi $ */
2
3#ifndef __TW_VERSION_H__
4#define __TW_VERSION_H__
5
[70]6#define TW_VERSION "1.01\0"
[49]7
[3]8const char* tw_get_version(void);
[18]9const char* tw_get_platform(void);
[3]10
11#endif
Note: See TracBrowser for help on using the repository browser.