Add main source
This commit is contained in:
6
src/main.c
Normal file
6
src/main.c
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
/* #include <dlfcn.h> */
|
||||||
|
|
||||||
|
__attribute__((constructor)) void load(void) {
|
||||||
|
printf("hl-cheat loaded!\n");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user