mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Add Qt Application type
This commit is contained in:
@@ -40,7 +40,8 @@ public:
|
|||||||
Win32 = 6,
|
Win32 = 6,
|
||||||
UWP = 7,
|
UWP = 7,
|
||||||
Revolution = 8,
|
Revolution = 8,
|
||||||
Cafe = 9
|
Cafe = 9,
|
||||||
|
Qt = 10
|
||||||
};
|
};
|
||||||
virtual EPlatformType getPlatformType() const=0;
|
virtual EPlatformType getPlatformType() const=0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user