mgr.cpp

Go to the documentation of this file.
00001 /*
00002  * mgr.cpp
00003  *
00004  *  Created on: Mar 3, 2013
00005  *      Author: sushil
00006  */
00007 
00008 #include <mgr.h>
00009 #include <engine.h>
00010 
00011 namespace FastEcslent {
00012 
00013         Mgr::Mgr(Engine *eng) {
00014                 engine = eng;
00015         }
00016         Mgr::~Mgr(){
00017                 engine = 0;
00018         }
00019 
00020         void Mgr::init() {};
00021         void Mgr::crosslink() {};
00022         void Mgr::loadLevel() {};
00023         void Mgr::tick(double dtime) {};
00024         void Mgr::releaseLevel() {}
00025         void Mgr::cleanup () {};
00026 
00027 }

Generated on Fri Dec 13 14:54:18 2013 for FastECSLent by  doxygen 1.5.4