Compare commits

...

2 Commits

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

View File

@ -10,6 +10,8 @@
#include <etk/math/Quaternion.hpp> #include <etk/math/Quaternion.hpp>
#include <etk/math/Transform3D.hpp> #include <etk/math/Transform3D.hpp>
#include <etk/Color.hpp> #include <etk/Color.hpp>
#include <etk/path/Path.hpp>
#include <etk/uri/Uri.hpp>
// void generic signal // void generic signal
ESIGNAL_DECLARE_SIGNAL(); ESIGNAL_DECLARE_SIGNAL();
@ -51,6 +53,9 @@ ESIGNAL_DECLARE_SIGNAL(etk::Color<unsigned char,3>);
ESIGNAL_DECLARE_SIGNAL(etk::Color<float,4>); ESIGNAL_DECLARE_SIGNAL(etk::Color<float,4>);
ESIGNAL_DECLARE_SIGNAL(etk::Color<float,3>); ESIGNAL_DECLARE_SIGNAL(etk::Color<float,3>);
ESIGNAL_DECLARE_SIGNAL(etk::Path);
ESIGNAL_DECLARE_SIGNAL(etk::Uri);
#ifdef ESIGNAL_BUILD_WITH_ECHRONO #ifdef ESIGNAL_BUILD_WITH_ECHRONO
#include <echrono/Clock.hpp> #include <echrono/Clock.hpp>
#include <echrono/Duration.hpp> #include <echrono/Duration.hpp>

View File

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

View File

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

View File

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