gc_n64_usb-v3/version.h

10 lines
165 B
C
Raw Normal View History

2015-10-17 23:19:50 -04:00
#ifndef _version_h__
#define _version_h__
#include <avr/pgmspace.h>
2015-10-17 23:19:50 -04:00
extern const char *g_version;
extern const char g_signature[] PROGMEM;
2015-10-17 23:19:50 -04:00
#endif // _version_h__