|
|
@ -37,6 +37,8 @@ distribution.
|
|
|
|
|
|
|
|
|
|
|
|
#include "DataDefs.h"
|
|
|
|
#include "DataDefs.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <df/widget_container.h>
|
|
|
|
|
|
|
|
|
|
|
|
namespace std {
|
|
|
|
namespace std {
|
|
|
|
class condition_variable;
|
|
|
|
class condition_variable;
|
|
|
|
class mutex;
|
|
|
|
class mutex;
|
|
|
@ -578,8 +580,12 @@ namespace df
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::mutex);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::mutex);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::future<void>);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::future<void>);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::function<void()>);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::function<void()>);
|
|
|
|
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::function<bool()>);
|
|
|
|
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::function<int*()>);
|
|
|
|
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::function<std::string()>);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::optional<std::function<void()> >);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::optional<std::function<void()> >);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::variant<std::string, std::function<void()> >);
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::variant<std::string, std::function<void()> >);
|
|
|
|
|
|
|
|
OPAQUE_IDENTITY_TRAITS(std::weak_ptr<df::widget_container>);
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef BUILD_DFHACK_LIB
|
|
|
|
#ifdef BUILD_DFHACK_LIB
|
|
|
|
template<typename T>
|
|
|
|
template<typename T>
|
|
|
|