Fixed errors with Container<>

This commit is contained in:
L 2023-04-30 00:04:23 +02:00
parent 6e0ce3f0e4
commit 353ed34a71

View file

@ -36,10 +36,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "skeletor_name_lists.h"
#include "skeletor_internal.h"
#ifdef __cplusplus
#include "container.h"
#endif
typedef struct skelAnimFrame_s {
float radius;
SkelVec3 bounds[ 2 ];
@ -64,6 +60,11 @@ typedef struct {
#ifdef __cplusplus
template<typename T>
class Container;
#include "container.h"
class skelAnimStoreFrameList_c {
public:
short int numMovementFrames;