mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 07:53:51 +00:00
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
|
||||
/// cell type- and render-engine-independent way.
|
||||
|
||||
class NPC{
|
||||
|
||||
};
|
||||
class Creature{
|
||||
|
||||
};
|
||||
class Obj{
|
||||
|
||||
};
|
||||
class CellRenderImp
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue