 |
Stratagus
2.2.7
$projectbrief
|
$projectbrief
|
$searchbox |
-->
_________ __ __
/ _____// |_____________ _/ |______ ____ __ __ ______
\_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
/ \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
/_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
\/ \/ \//_____/ \/
______________________ ______________________
T H E W A R B E G I N S
Stratagus - A free fantasy real time strategy game engine
src/include/game.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef GAME_H
00030 #define GAME_H
00031
00032 #include <string>
00033
00034 extern void LoadGame(const std::string &filename);
00035 extern int SaveGame(const std::string &filename);
00036 extern void DeleteSaveGame(const std::string &filename);
00037 extern bool SaveGameLoading;
00038
00039 extern void InitModules();
00040 extern void LuaRegisterModules();
00041 extern void LoadModules();
00042 extern void CleanModules();
00043
00044
00045
00046 extern std::string GameName;
00047 extern std::string FullGameName;
00048
00049 extern bool UseHPForXp;
00050
00051 #endif // GAME_H
00052
(C) Copyright 1998-2012 by The