mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix potential compiler error
Potential problem of "type 'x' already defined".
This commit is contained in:
parent
eede2b65f3
commit
d97678e059
@ -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
|
Loading…
x
Reference in New Issue
Block a user