mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
11 lines
192 B
C
Executable File
11 lines
192 B
C
Executable File
#ifndef _MINECRAFT_APPCONSTANTS_H_
|
|
#define _MINECRAFT_APPCONSTANTS_H_
|
|
|
|
|
|
#define APP_VERSION_STRING "Demo"
|
|
#define APP_NAME "Minecraft - Pocket Edition " APP_VERSION_STRING
|
|
|
|
|
|
|
|
#endif
|