LunaHook-mirror/LunaHook/engine32/A98SYS.h

13 lines
188 B
C
Raw Normal View History

2024-07-05 16:23:02 +08:00
2024-11-02 15:49:09 +08:00
class A98SYS : public ENGINE
{
public:
A98SYS()
{
check_by = CHECK_BY::FILE;
check_by_target = L"A98SYS.PAK"; // STREAM.PAK
2024-07-05 16:23:02 +08:00
};
2024-11-02 15:49:09 +08:00
bool attach_function();
2024-07-05 16:23:02 +08:00
};