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