Back to Evolution Project page


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Header Files   Sources   Compound Members   File Members  

System.cc

00001 #include <stdio.h>
00002 #include <stdlib.h>
00003 
00004 #include "System.h"
00005 #include "configs.h" //Include definitions, as resolutions
00006 
00007 #include <ClanLib/core.h>
00008 
00009 bool TSystem::init() {
00010   //* initialize Display.
00011   CL_Display::set_videomode(WIDTH, HEIGHT, DEPTH);  
00012   return true;
00013 }
00014 
00015 bool TSystem::finish() {
00016   
00017    return true;
00018 }

Generated at Mon Nov 6 22:47:06 2000 for TheGameofEvolution by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999