Compare commits
2 Commits
7da790e3e4
...
d9e889cf8a
Author | SHA1 | Date | |
---|---|---|---|
d9e889cf8a | |||
5594102482 |
@ -10,6 +10,8 @@
|
||||
#include <etk/math/Quaternion.hpp>
|
||||
#include <etk/math/Transform3D.hpp>
|
||||
#include <etk/Color.hpp>
|
||||
#include <etk/path/Path.hpp>
|
||||
#include <etk/uri/Uri.hpp>
|
||||
|
||||
// void generic 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,3>);
|
||||
|
||||
ESIGNAL_DECLARE_SIGNAL(etk::Path);
|
||||
ESIGNAL_DECLARE_SIGNAL(etk::Uri);
|
||||
|
||||
#ifdef ESIGNAL_BUILD_WITH_ECHRONO
|
||||
#include <echrono/Clock.hpp>
|
||||
#include <echrono/Duration.hpp>
|
||||
|
@ -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():
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import lutin.debug as debug
|
||||
import realog.debug as debug
|
||||
import lutin.tools as tools
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
import lutin.tools as tools
|
||||
import lutin.debug as debug
|
||||
import realog.debug as debug
|
||||
|
||||
|
||||
def get_type():
|
||||
|
Loading…
x
Reference in New Issue
Block a user