/[adonthell]/adonthell/src/main/sdl/linux.cc
ViewVC logotype

Diff of /adonthell/src/main/sdl/linux.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ksterker, Sat Nov 22 09:37:53 2003 UTC revision 1.2 by ksterker, Tue Nov 2 16:46:20 2004 UTC
# Line 40  extern "C" { Line 40  extern "C" {
40  int main_init (const adonthell::app *theApp)  int main_init (const adonthell::app *theApp)
41  {  {
42      // no need to initialize anything, so just start the application ...      // no need to initialize anything, so just start the application ...
43      int retval = theApp->main ();      int retval = ((adonthell::app *) theApp)->main ();
44      return retval;      return retval;
45  }  }
46    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26