summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-12-28 12:06:37 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2012-12-28 12:06:37 +0100
commit4cbb63f5b7824dc48e999401c625adb50075fdca (patch)
tree319fbae87e35045e043cd2fb54710490657a886d /src/app/app.h
parentb046c33206f3843164441c62d0bfab10725c8f28 (diff)
downloadcolobot-4cbb63f5b7824dc48e999401c625adb50075fdca.tar.gz
colobot-4cbb63f5b7824dc48e999401c625adb50075fdca.tar.bz2
colobot-4cbb63f5b7824dc48e999401c625adb50075fdca.zip
Fixed path for loading sounds
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/app.h b/src/app/app.h
index 5bf6867..20d07df 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -285,11 +285,11 @@ public:
//! Returns the full path to data directory
std::string GetDataDirPath();
- //! Returns the full path to a file in data directory given standard dir and subpath
- std::string GetDataFilePath(DataDir dir, const std::string &subpath);
+ //! Returns the full path to a standard dir in data directory
+ std::string GetDataSubdirPath(DataDir stdDir);
- //! Returns the full path to a file in data directory given custom subpath in data dir
- std::string GetDataFilePath(const std::string &subpath);
+ //! Returns the full path to a file in data directory given standard dir and subpath
+ std::string GetDataFilePath(DataDir stdDir, const std::string &subpath);
//! Management of language
//@{