#include "supertux.h"
#include "explosion.h"
#include "../game/config.h"
#include "../game/time.h"
#include "../graphic/video.h"
#include "../include/action_handler.h"
#include "../interface/game_msg.h"
#include "../map/camera.h"
#include "../network/network.h"
#include "../object/objects_list.h"
#include "../team/teams_list.h"
#include "../tool/math_tools.h"
#include "../tool/i18n.h"
Include dependency graph for supertux.cpp:
Go to the source code of this file.
Variables | |
const uint | time_delta = 40 |
const uint | animation_deltat = 50 |
const uint animation_deltat = 50 |
Definition at line 36 of file supertux.cpp.
const uint time_delta = 40 |
Definition at line 35 of file supertux.cpp.