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

Last change on this file since 51 was 49, checked in by Nishi, on Sep 18, 2024 at 7:33:18 PM

proper resource

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