1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-08-13 17:03:49 -04:00
gc_n64_usb-v3/version.h
2015-10-26 23:33:39 -04:00

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__