Rev 141 | Rev 147 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: tw_version.h 143 2024-09-23 12:21:52Z nishi $ */
#ifndef __TW_VERSION_H__
#define __TW_VERSION_H__
#ifdef __cplusplus
extern "C" {
#endif
#define TW_VERSION "1.06A\0"
const char* tw_get_version(void);
const char* tw_get_platform(void);
#ifdef __cplusplus
}
#endif
#endif