mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
8 lines
118 B
C++
8 lines
118 B
C++
|
#include"Renpy.h"
|
||
|
|
||
|
#include"python/python.h"
|
||
|
|
||
|
bool Renpy::attach_function() {
|
||
|
|
||
|
return InsertRenpyHook();
|
||
|
}
|