mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Fix #31
This commit is contained in:
@@ -16,6 +16,11 @@ DECLARE_POINTER_TYPE(Script);
|
||||
|
||||
template <typename T> class Defaultable;
|
||||
template <typename T> class Scriptable;
|
||||
template <typename T> ScriptValueP to_script(const vector<T>* v);
|
||||
template <typename K, typename V> ScriptValueP to_script(const map<K,V>* v);
|
||||
template <typename K, typename V> ScriptValueP to_script(const IndexMap<K,V>* v);
|
||||
template <typename T> ScriptValueP to_script(const intrusive_ptr<T>& v);
|
||||
template <typename T> inline ScriptValueP to_script(const Defaultable<T>& v);
|
||||
|
||||
// ----------------------------------------------------------------------------- : GetDefaultMember
|
||||
|
||||
|
||||
Reference in New Issue
Block a user