Empty creature, objects, npc

actorid
Jason Hooks 13 years ago
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…
Cancel
Save