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

8 lines
118 B
C++

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