No lists
This commit is contained in:
parent
fb5e40ae12
commit
1bbba40ebf
@ -25,7 +25,6 @@
|
|||||||
#ifndef MESH_H
|
#ifndef MESH_H
|
||||||
#define MESH_H
|
#define MESH_H
|
||||||
|
|
||||||
#include <list>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
@ -107,6 +106,4 @@ protected:
|
|||||||
virtual void SetupMesh();
|
virtual void SetupMesh();
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::list<Mesh*> MeshList;
|
|
||||||
|
|
||||||
#endif /* MESH_H */
|
#endif /* MESH_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user