mirror of
https://git.chinosk6.cn/chinosk/gkms-localify-dmm.git
synced 2026-03-22 08:10:09 +07:00
13 lines
272 B
C++
13 lines
272 B
C++
#ifndef GAKUMAS_LOCALIFY_MASTERLOCAL_H
|
|
#define GAKUMAS_LOCALIFY_MASTERLOCAL_H
|
|
|
|
#include <string>
|
|
|
|
namespace GakumasLocal::MasterLocal {
|
|
void LoadData();
|
|
|
|
void LocalizeMasterItem(void* item, const std::string& tableName);
|
|
}
|
|
|
|
#endif //GAKUMAS_LOCALIFY_MASTERLOCAL_H
|