Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-02-23 21:00:44 +0000
committerStijn Buys <ingar@osirion.org>2009-02-23 21:00:44 +0000
commit9cc32533d081731171cfd8380044b60cee6f0f10 (patch)
tree918d4ebaf9ed6e56cb830a9e8908c403f2bb10c4 /src/filesystem/filesystem.h
parent22052f28695172a7c790f37aa827040c3bb2ec39 (diff)
Search the location of the binary for the data/ directory
Diffstat (limited to 'src/filesystem/filesystem.h')
-rw-r--r--src/filesystem/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filesystem/filesystem.h b/src/filesystem/filesystem.h
index b0232f2..1bdacaa 100644
--- a/src/filesystem/filesystem.h
+++ b/src/filesystem/filesystem.h
@@ -24,7 +24,7 @@ typedef std::list<std::string> SearchPath;
SearchPath & searchpath();
/// initialize the filesystem subsystem
-void init(std::string const & basename, std::string const & modname);
+void init(const std::string &binaryname, const std::string & basename, const std::string & modname);
/// shutdown the filesystem subsystem
void shutdown();