mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 19:59:17 -05:00
Review UWP implementation
Basically, formating review and some variables naming to follow raylib conventions.
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user