gc_n64_usb-v3/version.h

10 lines
165 B
C

#ifndef _version_h__
#define _version_h__
#include <avr/pgmspace.h>
extern const char *g_version;
extern const char g_signature[] PROGMEM;
#endif // _version_h__