diff examples/js-window/main.cpp @ 189:f28cb6d04731

Misc: extreme refactoring
author David Demelier <markand@malikania.fr>
date Thu, 25 Oct 2018 21:36:14 +0200
parents 0cecdadfb5c4
children 263122adef77
line wrap: on
line diff
--- a/examples/js-window/main.cpp	Wed Oct 24 21:13:12 2018 +0200
+++ b/examples/js-window/main.cpp	Thu Oct 25 21:36:14 2018 +0200
@@ -20,13 +20,14 @@
 #include <iostream>
 #include <thread>
 
-#include <malikania/js_window.hpp>
+#include <malikania/client/js/window_js_api.hpp>
 
 using namespace std::chrono_literals;
 
 using namespace mlk;
+using namespace mlk::client::js;
 using namespace mlk::client;
-using namespace mlk::duk;
+using namespace mlk::js::duk;
 
 void basic(duk_context* ctx)
 {