Subversion Repositories Tewi

Rev

Rev 132 | Rev 138 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
/* $Id: tw_version.h 135 2024-09-23 11:02:59Z nishi $ */
2
 
3
#ifndef __TW_VERSION_H__
4
#define __TW_VERSION_H__
5
 
135 nishi 6
#define TW_VERSION "1.05\0"
49 nishi 7
 
3 nishi 8
const char* tw_get_version(void);
18 nishi 9
const char* tw_get_platform(void);
3 nishi 10
 
11
#endif