diff client/main.cpp @ 8:e33b246ac2d3

Misc: fix some missing conversion
author David Demelier <markand@malikania.fr>
date Wed, 23 Mar 2016 20:36:23 +0100
parents 8991989c4708
children 56cc058200b5
line wrap: on
line diff
--- a/client/main.cpp	Wed Mar 23 17:11:39 2016 +0100
+++ b/client/main.cpp	Wed Mar 23 20:36:23 2016 +0100
@@ -16,6 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#if 0
+
 #include <iostream>
 #include <chrono>
 #include <thread>
@@ -30,8 +32,6 @@
 #include <malikania/Animation.h>
 #include <malikania/Animator.h>
 
-#if 0
-
 using namespace std::literals::chrono_literals;
 
 // TODO delete this... just for fun