Update OneLoneCoder_PGE_ExtensionTestGFX2D.cpp

Definition update fixed
This commit is contained in:
Javidx9 2021-11-28 14:29:15 +00:00 committed by GitHub
parent 5764bbab19
commit 7a20524ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,15 +46,15 @@
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
#define OLC_PGE_GRAPHICS2D
// To use an extension, just include it (thanks MaxCE, for pointing out old definition format)
#define OLC_PGEX_GRAPHICS2D
#include "olcPGEX_Graphics2D.h"
class TestExtension : public olc::PixelGameEngine