diff options
author | Nao Pross <naopross@thearcway.org> | 2019-01-22 15:34:56 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-01-22 15:34:56 +0100 |
commit | 2914d264ded33d236f0dbd78f899b0003d3b9d52 (patch) | |
tree | 1553c3ac770d8662233a0bd9d4516bde5b764fb7 /include/wsdl2.hpp | |
parent | Update .gitignore (diff) | |
download | libwsdl2-2914d264ded33d236f0dbd78f899b0003d3b9d52.tar.gz libwsdl2-2914d264ded33d236f0dbd78f899b0003d3b9d52.zip |
Rename library from libwrapsdl2 to libwsdl2
Diffstat (limited to '')
-rw-r--r-- | include/wsdl2.hpp (renamed from include/wrapsdl2.hpp) | 2 |
1 files changed, 1 insertions, 1 deletions
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); |