TDME2 1.9.121
PrototypePhysicsSubController_BoundingVolumeType.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
8
9using std::string;
10
13
14/**
15 * Prototype physics sub screen controller bounding volume type enum
16 */
18{
19public:
26
27 /**
28 * Public constructor
29 * @param name name
30 * @param ordinal ordinal
31 */
33
34
35 /**
36 * Returns enum object given by name
37 * @param name name
38 * @return enum object
39 */
41
42};
static PrototypePhysicsSubController_BoundingVolumeType * valueOf(const string &name)
Returns enum object given by name.
Enum base class.
Definition: Enum.h:14
int32_t ordinal
Definition: Enum.h:17
#define STATIC_DLL_IMPEXT
Definition: tdme.h:11