mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-10 11:15:10 -05:00
10 lines
165 B
C
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__
|