Compare commits
2 Commits
f03ab09337
...
2cfa6e06ed
Author | SHA1 | Date | |
---|---|---|---|
2cfa6e06ed | |||
5f8e9461a2 |
@ -11,6 +11,8 @@
|
|||||||
#include <etk/math/Vector2D.hpp>
|
#include <etk/math/Vector2D.hpp>
|
||||||
#include <etk/math/Vector3D.hpp>
|
#include <etk/math/Vector3D.hpp>
|
||||||
#include <etk/Color.hpp>
|
#include <etk/Color.hpp>
|
||||||
|
#include <etk/path/Path.hpp>
|
||||||
|
#include <etk/uri/Uri.hpp>
|
||||||
|
|
||||||
// void generic properties
|
// void generic properties
|
||||||
template class eproperty::Value<bool>;
|
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<unsigned char,3>>;
|
||||||
template class eproperty::Value<etk::Color<float,4>>;
|
template class eproperty::Value<etk::Color<float,4>>;
|
||||||
template class eproperty::Value<etk::Color<float,3>>;
|
template class eproperty::Value<etk::Color<float,3>>;
|
||||||
|
|
||||||
|
template class eproperty::Value<etk::Path>;
|
||||||
|
template class eproperty::Value<etk::Uri>;
|
@ -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():
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user