Simplified the database.
This commit is contained in:
@@ -42,11 +42,7 @@ namespace ehs
|
||||
|
||||
bool HasVariable(const Str_8& id) const;
|
||||
|
||||
bool CreateVariable(Str_8 id, DbType type, const Byte* defaultValue);
|
||||
|
||||
bool CreateVariable(Str_8 id, DbType type, UInt_64 size, const Byte* defaultValue);
|
||||
|
||||
bool CreateVariable(Str_8 id, DbType type);
|
||||
bool CreateVariable(DbVarTmpl var);
|
||||
|
||||
DbObject *CreateObject();
|
||||
|
||||
|
Reference in New Issue
Block a user