mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-09-07 16:25:10 -05:00
8 lines
125 B
C
8 lines
125 B
C
#ifndef _VERSION_H
|
|
#define _VERSION_H
|
|
|
|
#define POKEME64_VERSION_NUMBER "0.4"
|
|
|
|
const char* getPokeMe64VersionString();
|
|
|
|
#endif |