diff options
Diffstat (limited to '')
-rw-r--r-- | include/event.hpp | 2 | ||||
-rw-r--r-- | include/video.hpp | 2 | ||||
-rw-r--r-- | include/wsdl2.hpp (renamed from include/wrapsdl2.hpp) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/event.hpp b/include/event.hpp index b992852..9932cb8 100644 --- a/include/event.hpp +++ b/include/event.hpp @@ -6,7 +6,7 @@ extern "C" { #include <SDL2/SDL_events.h> } -namespace wrapsdl2 { +namespace wsdl2 { class event { public: using type = SDL_EventType; diff --git a/include/video.hpp b/include/video.hpp index 2749d11..a00f77e 100644 --- a/include/video.hpp +++ b/include/video.hpp @@ -8,7 +8,7 @@ extern "C" { #include <SDL2/SDL_render.h> } -namespace wrapsdl2 { +namespace wsdl2 { typedef SDL_Point point; typedef SDL_Rect rect; diff --git a/include/wrapsdl2.hpp b/include/wsdl2.hpp index 2f28890..16564ac 100644 --- a/include/wrapsdl2.hpp +++ b/include/wsdl2.hpp @@ -4,7 +4,7 @@ extern "C" { #include <SDL2/SDL.h> } -namespace wrapsdl2 { +namespace wsdl2 { bool initialize(void); void quit(void); |