00001 //Filename : ODefTile.cpp 00002 //Description : DefTile Class Definition 00003 00004 // ES library header file 00005 // CU header file 00006 #include "ODefTile.h" 00007 00008 //----------- Define constants -------------// 00009 //----------- Define static variables -------------// 00010 //----------- Define static functions -------------// 00011 //----------- Define static class member variables -------------// 00012 const short DefTile::CELL_FULL_WIDTH[NUM_TILE] = { 32, 8, 64 }; 00013 const short DefTile::CELL_FULL_HEIGHT[NUM_TILE] = { 16, 4, 32 }; 00014 00015 //----------- Begin of function DefTile::get ------// 00018 /*int DefTile::getId() 00019 { 00020 return 0; 00021 }*/ 00022 //------------- End of function DefTile::get ------//