Compare commits

...

2 Commits

Author SHA1 Message Date
2cfa6e06ed [DEBUG] update new API of lutin log 2019-05-03 10:18:22 +02:00
5f8e9461a2 [DEV] update for build URI 2018-09-29 21:58:39 +02:00
4 changed files with 8 additions and 3 deletions

View File

@ -11,6 +11,8 @@
#include <etk/math/Vector2D.hpp>
#include <etk/math/Vector3D.hpp>
#include <etk/Color.hpp>
#include <etk/path/Path.hpp>
#include <etk/uri/Uri.hpp>
// void generic properties
template class eproperty::Value<bool>;
@ -46,3 +48,6 @@ template class eproperty::Value<etk::Color<unsigned char,4>>;
template class eproperty::Value<etk::Color<unsigned char,3>>;
template class eproperty::Value<etk::Color<float,4>>;
template class eproperty::Value<etk::Color<float,3>>;
template class eproperty::Value<etk::Path>;
template class eproperty::Value<etk::Uri>;

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
def get_type():

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
import lutin.tools as tools
import lutin.debug as debug
import realog.debug as debug
import os