LunaHook-mirror/LunaHook/engine32/Interlude.h

13 lines
281 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
#include"engine.h"
class Interlude:public ENGINE{
public:
Interlude(){
check_by=CHECK_BY::FILE_ALL;
check_by_target=check_by_list{L"script.pak",L"system.pak",L"title.pak"};
is_engine_certain=false;
};
bool attach_function();
};