forked from chinosk/gkms-local
16 lines
410 B
C++
16 lines
410 B
C++
#ifndef GAKUMAS_LOCALIFY_MASTERLOCAL_H
|
|
#define GAKUMAS_LOCALIFY_MASTERLOCAL_H
|
|
|
|
/*
|
|
#include <string>
|
|
|
|
namespace GakumasLocal::MasterLocal {
|
|
void LoadData();
|
|
void LocalizeMaster(const std::string& sql, void* result);
|
|
void LocalizeMaster(void* result, const std::string& tableName);
|
|
void LocalizeMasterItem(void* item, const std::string& tableName);
|
|
}
|
|
*/
|
|
|
|
#endif //GAKUMAS_LOCALIFY_MASTERLOCAL_H
|