From 2914d264ded33d236f0dbd78f899b0003d3b9d52 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 22 Jan 2019 15:34:56 +0100 Subject: Rename library from libwrapsdl2 to libwsdl2 --- test/window_test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/window_test.cpp') diff --git a/test/window_test.cpp b/test/window_test.cpp index c473a34..17c7cf4 100644 --- a/test/window_test.cpp +++ b/test/window_test.cpp @@ -1,6 +1,6 @@ #include "../debug.hpp" -#include "wrapsdl2.hpp" +#include "wsdl2.hpp" #include "video.hpp" #include "event.hpp" @@ -10,9 +10,9 @@ int main(int argc, char *argv[]) { - using namespace wrapsdl2; + using namespace wsdl2; - wrapsdl2::initialize(); + wsdl2::initialize(); window win("Window Test", 800, 600); std::mutex win_mutex; @@ -47,6 +47,6 @@ int main(int argc, char *argv[]) { win_update.join(); - wrapsdl2::quit(); + wsdl2::quit(); return 0; } -- cgit v1.2.1