![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Core/Headers/FrameListener.h"
Go to the source code of this file.
Classes | |
class | Divide::Unit |
Unit interface. More... | |
class | Divide::Attorney::UnitComponent |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::Attorney |
namespace | Divide::Names |
namespace | Divide::TypeUtil |
Macros | |
#define | DVD_UNIT_H_ |
Enumerations | |
enum class | Divide::UnitType : U8 { Divide::UNIT_TYPE_CHARACTER , Divide::UNIT_TYPE_VEHICLE , Divide::COUNT } |
Currently supported unit types. More... | |
Functions | |
Divide::FWD_DECLARE_MANAGED_CLASS (SceneGraphNode) | |
const char * | Divide::TypeUtil::UnitTypeToString (UnitType unitType) noexcept |
UnitType | Divide::TypeUtil::StringToUnitType (const string &name) |
Variables | |
static const char * | Divide::Names::unitType [] |