src/Application.cc
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
child 417 c503e0c6a740
equal deleted inserted replaced
411:106aaf6eadfe 412:721c60072091
   198  * IT BEGAN IN AFRIKA
   198  * IT BEGAN IN AFRIKA
   199  */
   199  */
   200 int Main::main (int argc, char **argv) {
   200 int Main::main (int argc, char **argv) {
   201     // initialize the ClanLib components that we use
   201     // initialize the ClanLib components that we use
   202     CL_SetupCore setup_core;
   202     CL_SetupCore setup_core;
   203     CL_SetupNetwork setup_network;
       
   204     CL_SetupDisplay setup_disp;
   203     CL_SetupDisplay setup_disp;
   205     CL_SetupGL setup_gl;
   204     CL_SetupGL setup_gl;
   206 
   205 
   207     try {
   206     try {
   208         // parse arugments, exit if false
   207         // parse arugments, exit if false