Krig Game Engine
Classes
ObjectNode.h File Reference

A game object link in the game list linked list. More...

Go to the source code of this file.

Classes

class  ObjectNode
 

Detailed Description

A game object link in the game list linked list.

This class can be inherited by a class to gain the ability to access data as a linked list. This class should be upgraded in the future to allow derived class storage as a tree and not just a linked list.