Review UWP implementation

Basically, formating review and some variables naming to follow raylib conventions.
This commit is contained in:
raysan5
2019-04-27 22:47:03 +02:00
parent 2de1f31821
commit e8c413b7cd
7 changed files with 299 additions and 385 deletions

View File

@ -4,10 +4,10 @@
#include "pch.h"
//Define what header we use for BaseApp.h
// Define what header we use for BaseApp.h
#define PCH "pch.h"
//Enable hold hack
// Enable hold hack
#define HOLDHACK
#include "BaseApp.h"