#include "main_menu.h"
#include <string>
#include "../game/config.h"
#include "../game/time.h"
#include "../graphic/effects.h"
#include "../graphic/font.h"
#include "../graphic/fps.h"
#include "../include/app.h"
#include "../include/constant.h"
#include "../sound/jukebox.h"
#include "../tool/i18n.h"
#include "../tool/file_tools.h"
#include "../tool/resource_manager.h"
#include <dirent.h>
Include dependency graph for main_menu.cpp:
Go to the source code of this file.
Variables | |
const int | VERSION_DY = -40 |
const int | DEFAULT_SCREEN_HEIGHT = 768 |
const int DEFAULT_SCREEN_HEIGHT = 768 |
Definition at line 44 of file main_menu.cpp.
const int VERSION_DY = -40 |
Definition at line 42 of file main_menu.cpp.