tewi/Server/tw_version.h
Nishi 8d8e81e210 patch for windows xp
git-svn-id: file:///raid/svn-personal/tewi/trunk@70 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-19 09:23:45 +00:00

12 lines
169 B
C

/* $Id$ */
#ifndef __TW_VERSION_H__
#define __TW_VERSION_H__
#define TW_VERSION "1.01\0"
const char* tw_get_version(void);
const char* tw_get_platform(void);
#endif