NcEngine
|
#include "ncmath/Vector.h"
#include "ncmath/Quaternion.h"
#include <cstdint>
#include <limits>
#include <string>
Go to the source code of this file.
Classes | |
class | nc::Entity |
Identifies an object in the registry. More... | |
struct | nc::Entity::Flags |
Flags for configuring internal Entity behavior. More... | |
struct | nc::Entity::Hash |
Entity Hasher. More... | |
struct | nc::EntityInfo |
Initialization data for Entities. More... | |