#include <stdio.h>#include <stdlib.h>#include <time.h>#include <sys/timeb.h>#include <SDL/SDL.h>#include <SDL/SDL_gfxPrimitives.h>#include "constants.h"#include "sound.h"#include "menu.h"#include "help.h"#include "game.h"#include "terrain.h"#include "random.h"#include "sfcave.h"#include "font.h"#include "settings.h"#include "util.h"#include "sfcave_game.h"#include "gates_game.h"#include "fly_game.h"Include dependency graph for sfcave.cpp:

Go to the source code of this file.
Functions | |
| void | start (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
|
||||||||||||
|
Definition at line 37 of file sfcave.cpp. References start. |
|
||||||||||||
|
Definition at line 27 of file sfcave.cpp. References app, and SFCave::mainEventLoop(). |
1.4.2