mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed errors with Container<>
This commit is contained in:
parent
6e0ce3f0e4
commit
353ed34a71
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue