LunaHook-mirror/LunaHook/engine64/Renpy.cpp
2024-02-07 20:59:24 +08:00

7 lines
134 B
C++

#include"Renpy.h"
#include"python/python.h"
bool Renpy::attach_function() {
return InsertRenpyHook()||InsertRenpy3Hook();
}