Entity2D_View.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Entity2D.hpp"
4 #include <ivorium.hpp>
5 
6 namespace comp
7 {
8 
14 {
15 public:
17 
20  Entity2D_View( iv::Instance * inst );
21 
30  template< class View >
32 
33 };
34 
35 }