mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 06:15:35 +08:00
7 lines
134 B
C++
7 lines
134 B
C++
|
#include"Renpy.h"
|
||
|
|
||
|
#include"python/python.h"
|
||
|
|
||
|
bool Renpy::attach_function() {
|
||
|
return InsertRenpyHook()||InsertRenpy3Hook();
|
||
|
}
|