From d707c715c8421021c24f7627c71260ec51a33c3f Mon Sep 17 00:00:00 2001 From: Javidx9 Date: Fri, 12 Oct 2018 23:43:48 +0100 Subject: [PATCH] Update OneLoneCoder_PGE_ExtensionTestGFX2D.cpp --- OneLoneCoder_PGE_ExtensionTestGFX2D.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OneLoneCoder_PGE_ExtensionTestGFX2D.cpp b/OneLoneCoder_PGE_ExtensionTestGFX2D.cpp index 4e4c8ac..c54237a 100644 --- a/OneLoneCoder_PGE_ExtensionTestGFX2D.cpp +++ b/OneLoneCoder_PGE_ExtensionTestGFX2D.cpp @@ -46,10 +46,11 @@ Author ~~~~~~ - David Barr, aka javidx9, ©OneLoneCoder 2018 + David Barr, aka javidx9, ©OneLoneCoder 2018 */ // Include the olcPixelGameEngine +#define OLC_PGE_APPLICATION #include "olcPixelGameEngine.h" // To use an extension, just include it @@ -180,4 +181,4 @@ int main() demo.Start(); return 0; -} \ No newline at end of file +}