#include <iostream>
#include <string>
#include <ctime>
#include <cstdlib>
#include <helpers/agar.h>
#include <helpers/tixml.h>
#include <helpers/sdl.h>
#include <constants.h>
#include <config.h>
#include <menu/base.h>
#include <menu/main.h>
#include <game/game_intro.h>
Funkce | |
int | main (int argc, char *argv[]) |
Proměnné | |
SDL_Surface * | g_window = 0 |
Fonts * | g_font = 0 |
GameIntro * | g_gameIntro = 0 |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
GameIntro* g_gameIntro = 0 |
SDL_Surface* g_window = 0 |