Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added main header into extensions #337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 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 @@ -72,6 +72,8 @@
#ifndef OLC_PGEX_GFX2D
#define OLC_PGEX_GFX2D

#include "olcPixelGameEngine.h"

#include <algorithm>
#undef min
#undef max
Expand Down
4 changes: 3 additions & 1 deletion extensions/olcPGEX_Graphics3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@

Author
~~~~~~
David Barr, aka javidx9, �OneLoneCoder 2018
David Barr, aka javidx9, �OneLoneCoder 2018
*/


#ifndef OLC_PGEX_GFX3D
#define OLC_PGEX_GFX3D

#include "olcPixelGameEngine.h"

#include <algorithm>
#include <vector>
#include <list>
Expand Down
2 changes: 1 addition & 1 deletion extensions/olcPGEX_Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

Author
~~~~~~
David Barr, aka javidx9, �OneLoneCoder 2019, 2020, 2021
David Barr, aka javidx9, �OneLoneCoder 2019, 2020, 2021

*/

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

#include "olcPixelGameEngine.h"

#include <cstdint>

namespace olc
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 @@ -75,6 +75,8 @@
#ifndef OLC_PGEX_RAYCASTWORLD_H
#define OLC_PGEX_RAYCASTWORLD_H

#include "olcPixelGameEngine.h"

#include <unordered_map>
#include <algorithm>

Expand Down
4 changes: 3 additions & 1 deletion extensions/olcPGEX_Sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@

Author
~~~~~~
David Barr, aka javidx9, �OneLoneCoder 2019
David Barr, aka javidx9, �OneLoneCoder 2019
*/


#ifndef OLC_PGEX_SOUND_H
#define OLC_PGEX_SOUND_H

#include "olcPixelGameEngine.h"

#include <istream>
#include <cstring>
#include <climits>
Expand Down