mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
add geode custom ctor to DS_Dictionary
This commit is contained in:
parent
7d744a9189
commit
ca3bf6516c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
public:
|
||||
DS_Dictionary();
|
||||
~DS_Dictionary();
|
||||
GEODE_CUSTOM_CONSTRUCTOR_BEGIN(DS_Dictionary)
|
||||
|
||||
static void copyFile(const char*, const char*);
|
||||
|
||||
|
|
Loading…
Reference in a new issue