Fix potential compiler error

Potential problem of "type 'x' already defined".
This commit is contained in:
Kawe Mazidjatari 2023-01-23 23:17:51 +01:00
parent eede2b65f3
commit d97678e059

View File

@ -6,6 +6,9 @@
// $Date: $
// $NoKeywords: $
//=============================================================================//
#ifndef GL_MODEL_PRIVATE_H
#define GL_MODEL_PRIVATE_H
#include "vpc/keyvalues.h"
#include "mathlib/vector.h"
#include "common/qlimits.h"
@ -66,4 +69,6 @@ struct model_t // !! CONFIRMED !!
spritedata_t sprite;
#endif // !DEDICATED
};
};
};
#endif // GL_MODEL_PRIVATE_H