YAGE  v0.1.4.0
Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
component.h
Go to the documentation of this file.
1 
9 #ifndef YAGE_ENGINE_COMPONENT_H
10 #define YAGE_ENGINE_COMPONENT_H
11 
12 class Component
13 {
14 };
15 
16 enum class ComponentEnum {
17  POSITION,
19 };
20 
21 #endif
ComponentEnum
Definition: component.h:16
Definition: component.h:12