mirror of
https://github.com/libretro/Play-.git
synced 2025-02-22 12:41:34 +00:00
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
|