Update OneLoneCoder_PGE_ExtensionTestGFX2D.cpp

This commit is contained in:
Javidx9 2018-10-12 23:43:48 +01:00 committed by GitHub
parent cde3bab930
commit ab2e764e2c

View File

@ -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;
}
}