forked from teamnwah/openmw-tes3coop
Empty creature, objects, npc
This commit is contained in:
parent
86d3cec1aa
commit
3761271c59
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@ namespace MWRender
|
||||||
/// Base class for cell render, that implements inserting references into a cell in a
|
/// Base class for cell render, that implements inserting references into a cell in a
|
||||||
/// cell type- and render-engine-independent way.
|
/// cell type- and render-engine-independent way.
|
||||||
|
|
||||||
|
class NPC{
|
||||||
|
|
||||||
|
};
|
||||||
|
class Creature{
|
||||||
|
|
||||||
|
};
|
||||||
|
class Obj{
|
||||||
|
|
||||||
|
};
|
||||||
class CellRenderImp
|
class CellRenderImp
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue