NcEngine
NcFwd.h
Go to the documentation of this file.
1
5
#pragma once
6
7
namespace
nc
8
{
9
class
NcEngine;
10
class
Registry;
11
class
ModuleRegistry;
12
class
Entity;
13
class
Module;
14
class
AnyComponent;
15
class
ComponentBase;
16
class
FreeComponent;
17
class
FrameLogic;
18
struct
Tag;
19
class
Transform;
20
struct
Quaternion;
21
struct
Vector2;
22
struct
Vector3;
23
struct
Vector4;
24
25
// Audio Types
26
struct
NcAudio;
27
class
AudioSource;
28
29
// Physics Types
30
struct
NcPhysics;
31
struct
CollisionListener;
32
class
Constraint;
33
class
RigidBody;
34
struct
Shape;
35
36
// Graphics Types
37
struct
NcGraphics;
38
class
Camera;
39
struct
DirectionalLight;
40
struct
PointLight;
41
class
SceneNavigationCamera;
42
struct
SpotLight;
43
class
ParticleEmitter;
44
class
SkinnedMesh;
45
struct
SpotLight;
46
class
StaticMesh;
47
48
namespace
config
49
{
50
struct
Config;
51
struct
AssetSettings;
52
struct
AudioSettings;
53
struct
MemorySettings;
54
struct
GraphicsSettings;
55
struct
PhysicsSettings;
56
struct
ProjectSettings;
57
}
// namespace config
58
}
// namespac nc
include
ncengine
NcFwd.h
Generated by
1.9.4