X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=r_modules.h;h=6ff74efc9e5b4005539498875164ac5e6b6f3b31;hb=b100cc6e8d503d57a4b8608027ce35fe5aa5354d;hp=93c8d3f45a64f0e0aea27b14a41a8526c0b9c368;hpb=e411cc7d14dad08cbbe27f5b3af86700f7eb5184;p=xonotic%2Fdarkplaces.git diff --git a/r_modules.h b/r_modules.h index 93c8d3f4..6ff74efc 100644 --- a/r_modules.h +++ b/r_modules.h @@ -1,7 +1,13 @@ +#ifndef R_MODULES_H +#define R_MODULES_H + void R_Modules_Init(void); void R_RegisterModule(char *name, void(*start)(void), void(*shutdown)(void), void(*newmap)(void)); void R_Modules_Start(void); void R_Modules_Shutdown(void); void R_Modules_NewMap(void); void R_Modules_Restart(void); + +#endif +