Unravel Engine C++ Reference
|
#include <engine/engine_export.h>
#include "../ecs.h"
#include <serialization/associative_archive.h>
Go to the source code of this file.
Classes | |
struct | unravel::basic_component |
Basic component structure that other components can inherit from. More... | |
class | unravel::owned_component |
Component that is owned by an entity. More... | |
struct | unravel::component_crtp< T, Base > |
CRTP (Curiously Recurring Template Pattern) base structure for components. More... | |
struct | unravel::component_meta< T > |
Namespaces | |
namespace | unravel |