www.pudn.com > 2005010815393829175.zip > sample.cpp
// $Id$ // Includes first #include "classname.h" //#include//#include "more_includes.h" //#include "engine/model.h" // copy these includes for commonly used extern global variables //#include "engine/view.h" //#include "engine/controller.h" //#include "engine/console.h" // #defines (try to use const instead for constants when possible) // Extern globals next //extern C_Model* gp_Model; //extern C_View* gp_View; //extern C_Controller* gp_Controller; //extern C_Console* gp_Console; // Static variables /* * Public methods */ // Static methods // Instance methods /* * Protected methods */ // Static methods // Instance methods /* * Private methods */ // Static methods // Instance methods