mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-13 23:53:54 +08:00
13 lines
171 B
C++
13 lines
171 B
C++
|
|
|
|
class Waffle : public ENGINE
|
|
{
|
|
public:
|
|
Waffle()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE;
|
|
check_by_target = L"cfg.pak";
|
|
};
|
|
bool attach_function();
|
|
}; |