goldsrc-cheat/src/main.c

7 lines
128 B
C
Raw Normal View History

2023-07-19 13:39:50 -04:00
#include <stdio.h>
/* #include <dlfcn.h> */
__attribute__((constructor)) void load(void) {
printf("hl-cheat loaded!\n");
}