1
0
Fork 1
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:
Jason Hooks 2011-10-31 00:04:06 -04:00
parent 86d3cec1aa
commit 3761271c59

View file

@ -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: