Compare commits
No commits in common. "2cfa6e06eda46f36d441c2efe13c6576e8807759" and "f03ab093372f2c4b0e30a321e80c3d9814dcd8d2" have entirely different histories.
2cfa6e06ed
...
f03ab09337
@ -11,8 +11,6 @@
|
||||
#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>;
|
||||
@ -48,6 +46,3 @@ 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>;
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import realog.debug as debug
|
||||
import lutin.debug as debug
|
||||
import lutin.tools as tools
|
||||
|
||||
def get_type():
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/python
|
||||
import realog.debug as debug
|
||||
import lutin.debug as debug
|
||||
import lutin.tools as tools
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
import lutin.tools as tools
|
||||
import realog.debug as debug
|
||||
import lutin.debug as debug
|
||||
import os
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user