Review UWP project -WIP-

This commit is contained in:
raysan5
2020-04-13 16:40:04 +02:00
parent 32387317bf
commit 8d51ad567f
5 changed files with 50 additions and 10 deletions

View File

@ -119,7 +119,7 @@ public:
handle = (EGLNativeWindowType)window;
InitWindow(width, height, NULL);
InitWindow(width, height, "raylib game example");
}
virtual void Load(Platform::String^ entryPoint) {}