Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

ODEFTILE.CPP Source File
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ODEFTILE.CPP

Go to the documentation of this file.
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 ------//

Generated on Fri Aug 23 01:37:20 2002 for VirtualU by doxygen1.2.17