18 virtual bool run() = 0;
This header houses common data types such as our integral types and enums.
An interface for ensuring certain structures and classes are destroyed with the heap.
Base interface for a Kinoko system.
virtual void calc()=0
Executes a frame.
virtual void init()=0
Initializes the system.
virtual void parseOptions(int argc, char **argv)=0
Parses non-generic command line options.
virtual bool run()=0
Executes a run.