X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=model_zymotic.h;h=60f48d469e93730ab4333dead30b92ffbe2532bd;hp=ff3f4b3df181a821e03d29417f29e7fcae013dcf;hb=0256e57e16a302ad45090618b8d6eb5930788809;hpb=e411cc7d14dad08cbbe27f5b3af86700f7eb5184 diff --git a/model_zymotic.h b/model_zymotic.h index ff3f4b3d..60f48d46 100644 --- a/model_zymotic.h +++ b/model_zymotic.h @@ -1,4 +1,7 @@ +#ifndef MODEL_ZYMOTIC_H +#define MODEL_ZYMOTIC_H + typedef struct zymlump_s { int start; @@ -62,3 +65,6 @@ typedef struct zymvertex_s zymvertex_t; extern void Mod_LoadZymoticModel (struct model_s *mod, void *buffer); + +#endif +