Updated libs/xassets/xplatform.h
This commit is contained in:
parent
9d85b77ef0
commit
7bb6d0ab89
16
libs/xassets/xplatform.h
Normal file
16
libs/xassets/xplatform.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef XPLATFORM_H
|
||||
#define XPLATFORM_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
enum XPlatform
|
||||
{
|
||||
PLATFORM_NONE = 0x00, // No platform
|
||||
PLATFORM_XBOX = 0x01, // Xbox 360
|
||||
PLATFORM_PS3 = 0x02, // Playstation 3
|
||||
PLATFORM_PC = 0x03, // PC
|
||||
PLATFORM_WII = 0x04, // WII
|
||||
PLATFORM_WIIU = 0x05 // WII U
|
||||
};
|
||||
|
||||
#endif // XPLATFORM_H
|
||||
Loading…
x
Reference in New Issue
Block a user