Files
PokeMe64/include/version.h

8 lines
125 B
C

#ifndef _VERSION_H
#define _VERSION_H
#define POKEME64_VERSION_NUMBER "0.4"
const char* getPokeMe64VersionString();
#endif