2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

UWP fixes

This commit is contained in:
Jack Andersen
2017-12-06 18:13:12 -10:00
parent c0143c3016
commit 55cfb267c1
79 changed files with 182 additions and 51 deletions

View File

@@ -170,6 +170,7 @@ int main(int argc, const boo::SystemChar** argv)
#endif
#if WINDOWS_STORE
#include "boo/UWPViewProvider.hpp"
using namespace Windows::ApplicationModel::Core;
[Platform::MTAThread]