diff --git a/polymer/eduke32/build/include/build.h b/polymer/eduke32/build/include/build.h index d58b63745..413ebe6c8 100644 --- a/polymer/eduke32/build/include/build.h +++ b/polymer/eduke32/build/include/build.h @@ -308,8 +308,6 @@ enum { #undef UNTRACKED_STRUCTS #endif -#include "clip.h" - #ifdef NEW_MAP_FORMAT //////////////////// Lunatic new-generation map format //////////////////// @@ -513,6 +511,8 @@ typedef sectortypev7 sectortype; typedef walltypev7 walltype; #endif +#include "clip.h" + typedef struct { uint32_t mdanimtims; int16_t mdanimcur;