comparison 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
comparison
equal deleted inserted replaced
7:45b3c770803c 8:e33b246ac2d3
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #if 0
20
19 #include <iostream> 21 #include <iostream>
20 #include <chrono> 22 #include <chrono>
21 #include <thread> 23 #include <thread>
22 #include <map> 24 #include <map>
23 #include <malikania/Json.h> 25 #include <malikania/Json.h>
28 #include <malikania/Point.h> 30 #include <malikania/Point.h>
29 #include <malikania/Label.h> 31 #include <malikania/Label.h>
30 #include <malikania/Animation.h> 32 #include <malikania/Animation.h>
31 #include <malikania/Animator.h> 33 #include <malikania/Animator.h>
32 34
33 #if 0
34
35 using namespace std::literals::chrono_literals; 35 using namespace std::literals::chrono_literals;
36 36
37 // TODO delete this... just for fun 37 // TODO delete this... just for fun
38 bool goRight = true; 38 bool goRight = true;
39 bool goDown = true; 39 bool goDown = true;