|
|
@ -46,10 +46,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
Author |
|
|
|
Author |
|
|
|
~~~~~~ |
|
|
|
~~~~~~ |
|
|
|
David Barr, aka javidx9, ©OneLoneCoder 2018 |
|
|
|
David Barr, aka javidx9, ©OneLoneCoder 2018 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
// Include the olcPixelGameEngine
|
|
|
|
// Include the olcPixelGameEngine
|
|
|
|
|
|
|
|
#define OLC_PGE_APPLICATION |
|
|
|
#include "olcPixelGameEngine.h" |
|
|
|
#include "olcPixelGameEngine.h" |
|
|
|
|
|
|
|
|
|
|
|
// To use an extension, just include it
|
|
|
|
// To use an extension, just include it
|
|
|
@ -180,4 +181,4 @@ int main() |
|
|
|
demo.Start(); |
|
|
|
demo.Start(); |
|
|
|
|
|
|
|
|
|
|
|
return 0; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
|