summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-08-06 12:59:27 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2014-09-21 12:29:01 +0200
commitf0b38721e05dbda1d3562abc06fec535d1aa5a07 (patch)
tree5ced0570d2d814ba9201977c09877a9e896199e1 /src/app/app.h
parent0b2f25a6e3fda014b0f5a4282283fb90b0958d42 (diff)
downloadcolobot-f0b38721e05dbda1d3562abc06fec535d1aa5a07.tar.gz
colobot-f0b38721e05dbda1d3562abc06fec535d1aa5a07.tar.bz2
colobot-f0b38721e05dbda1d3562abc06fec535d1aa5a07.zip
Loading all mods found in "mods" directory
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app.h b/src/app/app.h
index 0df3096..2049fb2 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -354,6 +354,9 @@ public:
protected:
//! Creates the window's SDL_Surface
bool CreateVideoSurface();
+
+ //! Loads all mods from given directory
+ void LoadModsFromDir(const std::string &dir);
//! Processes the captured SDL event to Event struct
Event ProcessSystemEvent();