Toggle navigation
ivorium
iv_components
Example project
GitHub
Main Page
Modules
Classes
Files
File List
iv_components
Entity2D
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
13
class
Entity2D_View
:
public
iv::SlotChild
14
{
15
public
:
16
iv::ClientMarker
cm
;
17
20
Entity2D_View
(
iv::Instance
* inst );
21
30
template
<
class
View >
31
void
register_view
(
Entity2D_TypeId
);
32
33
};
34
35
}