diff options
| author | Reece Mackie <[email protected]> | 2019-04-27 21:59:01 +0100 |
|---|---|---|
| committer | Reece Mackie <[email protected]> | 2019-04-27 21:59:01 +0100 |
| commit | e0580e6322236f03c75ff8088c98bc079ac8ca95 (patch) | |
| tree | 14004b760d8a1e1df4ba076e36d5a23ff8da7633 /projects/VS2017.UWP/raylib.App.UWP/App.h | |
| parent | c1f33eb817765ad801b2419d86457a6102b64032 (diff) | |
| parent | f70a640b2db343d48e465013cacb304f8dabebcb (diff) | |
| download | raylib-e0580e6322236f03c75ff8088c98bc079ac8ca95.tar.gz raylib-e0580e6322236f03c75ff8088c98bc079ac8ca95.zip | |
Fix merge
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" |
