gui: more xml and lua support
This commit is contained in:
@@ -8,5 +8,7 @@ using runnable = std::function<void()>;
|
||||
using stringconsumer = std::function<void(const std::string&)>;
|
||||
using wstringsupplier = std::function<std::wstring()>;
|
||||
using wstringconsumer = std::function<void(const std::wstring&)>;
|
||||
using doublesupplier = std::function<double()>;
|
||||
using doubleconsumer = std::function<void(double)>;
|
||||
|
||||
#endif // DELEGATES_H_
|
||||
|
||||
Reference in New Issue
Block a user