

Public Member Functions | |
| virtual long | Run (void *) |
|
|
Reimplemented from Thread. Definition at line 7 of file continue.cpp. References GalaxyScreen::img.
00008 {
00009 XRect grect( 0 , 0 , GalaxyScreen::img->w , GalaxyScreen::img->h );
00010 SDL_FillRect( GalaxyScreen::img , &grect , 0xff000000 );
00011 return 1;
00012 }
|
1.3.3