summaryrefslogtreecommitdiffstats
path: root/include/video.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-22 15:34:56 +0100
committerNao Pross <naopross@thearcway.org>2019-01-22 15:34:56 +0100
commit2914d264ded33d236f0dbd78f899b0003d3b9d52 (patch)
tree1553c3ac770d8662233a0bd9d4516bde5b764fb7 /include/video.hpp
parentUpdate .gitignore (diff)
downloadlibwsdl2-2914d264ded33d236f0dbd78f899b0003d3b9d52.tar.gz
libwsdl2-2914d264ded33d236f0dbd78f899b0003d3b9d52.zip
Rename library from libwrapsdl2 to libwsdl2
Diffstat (limited to 'include/video.hpp')
-rw-r--r--include/video.hpp2
1 files changed, 1 insertions, 1 deletions
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;