diff options
| author | raysan5 <[email protected]> | 2019-04-27 22:47:03 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2019-04-27 22:47:03 +0200 |
| commit | e8c413b7cd1696c207d015bc3e4a00edf71300d2 (patch) | |
| tree | 623dcd197f50246d82c196f0e9e8330cdbf0c854 /projects/VS2017.UWP/raylib.App.UWP/App.h | |
| parent | 2de1f318212dbceb71db6be053be995208748f2a (diff) | |
| download | raylib-e8c413b7cd1696c207d015bc3e4a00edf71300d2.tar.gz raylib-e8c413b7cd1696c207d015bc3e4a00edf71300d2.zip | |
Review UWP implementation
Basically, formating review and some variables naming to follow raylib conventions.
Diffstat (limited to 'projects/VS2017.UWP/raylib.App.UWP/App.h')
| -rw-r--r-- | projects/VS2017.UWP/raylib.App.UWP/App.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/VS2017.UWP/raylib.App.UWP/App.h b/projects/VS2017.UWP/raylib.App.UWP/App.h index 26c1d400..fa33237d 100644 --- a/projects/VS2017.UWP/raylib.App.UWP/App.h +++ b/projects/VS2017.UWP/raylib.App.UWP/App.h @@ -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" |
