goldsrc-cheat/src/include/main.h

9 lines
97 B
C

#ifndef _MAIN_H
#define _MAIN_H
void load(void);
void self_unload(void);
#endif /* _MAIN_H */