/* $Id: tw_version.h 163 2024-09-26 00:33:22Z nishi $ */ #ifndef __TW_VERSION_H__ #define __TW_VERSION_H__ #ifdef __cplusplus extern "C" { #endif #define TW_VERSION "1.08A\0" const char* tw_get_version(void); const char* tw_get_platform(void); #ifdef __cplusplus } #endif #endif