Files
minecraft-pe-0.6.1/src/AppConstants.h
2026-03-02 22:04:18 +03:00

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