Subversion Repositories Tewi

Rev

Rev 130 | Rev 132 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: tw_version.h 131 2024-09-23 10:30:00Z nishi $ */

#ifndef __TW_VERSION_H__
#define __TW_VERSION_H__

#define TW_VERSION "1.04B\0"

const char* tw_get_version(void);
const char* tw_get_platform(void);

#endif