mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Empty creature, objects, npc
This commit is contained in:
parent
86d3cec1aa
commit
3761271c59
@ -28,6 +28,15 @@ namespace MWRender
|
||||
/// Base class for cell render, that implements inserting references into a cell in a
|
||||
/// cell type- and render-engine-independent way.
|
||||
|
||||
class NPC{
|
||||
|
||||
};
|
||||
class Creature{
|
||||
|
||||
};
|
||||
class Obj{
|
||||
|
||||
};
|
||||
class CellRenderImp
|
||||
{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user