Add main source
This commit is contained in:
parent
e5419df797
commit
ddbb36d191
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
/* #include <dlfcn.h> */
|
||||
|
||||
__attribute__((constructor)) void load(void) {
|
||||
printf("hl-cheat loaded!\n");
|
||||
}
|
Loading…
Reference in New Issue