mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 06:07:56 +03:00
10 lines
219 B
C
10 lines
219 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("Elf Viewer")
|
|
#define APP_VERSION (110)
|
|
#define APP_VERSIONSTR _T("1.10")
|
|
|
|
#endif
|