Skip to content

Commit

Permalink
add PGE header, missing from extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Moros1138 committed May 16, 2024
1 parent f983766 commit be6ae31
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
5 changes: 4 additions & 1 deletion extensions/olcPGEX_Graphics2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
Author
~~~~~~
David Barr, aka javidx9, ©OneLoneCoder 2019
David Barr, aka javidx9, OneLoneCoder 2019
*/

/*
Expand All @@ -73,6 +73,9 @@
#define OLC_PGEX_GFX2D

#include <algorithm>

#include "olcPixelGameEngine.h"

#undef min
#undef max

Expand Down
5 changes: 4 additions & 1 deletion extensions/olcPGEX_Graphics3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
Author
~~~~~~
David Barr, aka javidx9, ©OneLoneCoder 2018
David Barr, aka javidx9, OneLoneCoder 2018
*/


Expand All @@ -74,6 +74,9 @@
#include <sstream>
#include <string>
#include <cstdint>

#include "olcPixelGameEngine.h"

#undef min
#undef max

Expand Down
2 changes: 2 additions & 0 deletions extensions/olcPGEX_PopUpMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@

#include <cstdint>

#include "olcPixelGameEngine.h"

namespace olc
{
namespace popup
Expand Down
4 changes: 3 additions & 1 deletion extensions/olcPGEX_RayCastWorld.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
Author
~~~~~~
David Barr, aka javidx9, ©OneLoneCoder 2019, 2020
David Barr, aka javidx9, OneLoneCoder 2019, 2020
Revisions:
1.00: Initial Release
Expand All @@ -78,6 +78,8 @@
#include <unordered_map>
#include <algorithm>

#include "olcPixelGameEngine.h"

namespace olc
{
namespace rcw
Expand Down
5 changes: 4 additions & 1 deletion extensions/olcPGEX_Sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
Author
~~~~~~
David Barr, aka javidx9, ©OneLoneCoder 2019
David Barr, aka javidx9, OneLoneCoder 2019
*/


Expand All @@ -76,6 +76,9 @@
#include <climits>
#include <condition_variable>
#include <algorithm>

#include "olcPixelGameEngine.h"

#undef min
#undef max

Expand Down
2 changes: 1 addition & 1 deletion extensions/olcPGEX_Wireframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
Author
~~~~~~
David Barr, aka javidx9, ©OneLoneCoder 2019, 2020, 2021, 2022
David Barr, aka javidx9, OneLoneCoder 2019, 2020, 2021, 2022
Revisions:
1.00: Initial Release
Expand Down

0 comments on commit be6ae31

Please sign in to comment.