mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 18:50:28 +00:00
8ed169d9af
git-svn-id: http://svn.purei.org/purei/trunk@768 b36208d7-6611-0410-8bec-b1987f11c4a2
11 lines
213 B
C
11 lines
213 B
C
#ifndef _APPDEF_H_
|
|
#define _APPDEF_H_
|
|
|
|
//Don't put tabs here since it will screw up the installer package
|
|
|
|
#define APP_NAME _T("Play!")
|
|
#define APP_VERSION (30)
|
|
#define APP_VERSIONSTR _T("0.30")
|
|
|
|
#endif
|