update// reformated datastore and changed storage chatmodel to store with datastore
This commit is contained in:
11
src/DataStore/DataStore.cpp
Normal file
11
src/DataStore/DataStore.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "DataStore.h"
|
||||
|
||||
SietchDataStore* DataStore::getSietchDataStore()
|
||||
{
|
||||
return SietchDataStore::getInstance();
|
||||
}
|
||||
|
||||
ChatDataStore* DataStore::getChatDataStore()
|
||||
{
|
||||
return ChatDataStore::getInstance();
|
||||
}
|
||||
Reference in New Issue
Block a user