00001 00002 // protect multiple inclusion 00003 #ifndef _CONTROLER_H_INCLUDED_ 00004 #define _CONTROLER_H_INCLUDED_ 00005 00006 00007 00008 // setup a custom scene 00009 ERR_TYPE controlerInit(); 00010 00011 // to be called every frame 00012 ERR_TYPE controlerUpdate(); 00013 00014 // destroy scene 00015 ERR_TYPE controlerDeinit(); 00016 00017 00018 00019 #endif // #ifndef _CONTROLER_H_INCLUDED_