22 #ifndef AGS_ENGINE_AC_DYNOBJ_SCRIPTCONTAINERS_H 23 #define AGS_ENGINE_AC_DYNOBJ_SCRIPTCONTAINERS_H 31 ScriptDictBase *Dict_Create(
bool sorted,
bool case_sensitive);
33 ScriptDictBase *Dict_Unserialize(
int index, AGS::Shared::Stream *in,
size_t data_sz);
35 ScriptSetBase *Set_Create(
bool sorted,
bool case_sensitive);
37 ScriptSetBase *Set_Unserialize(
int index, AGS::Shared::Stream *in,
size_t data_sz);