forked from Kolyah35/minecraft-pe-0.6.1
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
|