mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 22:35:36 +08:00
12 lines
266 B
C
12 lines
266 B
C
|
#include"engine.h"
|
||
|
|
||
|
class AGS:public ENGINE{
|
||
|
public:
|
||
|
AGS(){
|
||
|
|
||
|
check_by=CHECK_BY::FILE_ANY;
|
||
|
check_by_target=check_by_list{L"voice/*.pk",L"sound/*.pk",L"misc/*.pk"};
|
||
|
is_engine_certain=false;
|
||
|
};
|
||
|
bool attach_function();
|
||
|
};
|