mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
10 lines
200 B
C
10 lines
200 B
C
#ifndef POKEPLATINUM_PM_VERSION_H
|
|
#define POKEPLATINUM_PM_VERSION_H
|
|
|
|
#include "constants/versions.h"
|
|
|
|
extern const u8 gGameVersion;
|
|
extern const u8 gGameLanguage;
|
|
|
|
#endif // POKEPLATINUM_PM_VERSION_H
|