CollisionShapeCreator.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <etk/types.hpp>
9 #include <ege/resource/Mesh.hpp>
10 #include <BulletCollision/CollisionShapes/btCollisionShape.h>
11 
12 namespace ege {
13  namespace collision {
14  btCollisionShape* createShape(const ememory::SharedPtr<ege::resource::Mesh>& _mesh);
15  }
16 }
17 
Definition: AudioElement.hpp:8