summaryrefslogtreecommitdiff
path: root/src/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle.h')
-rw-r--r--src/bundle.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bundle.h b/src/bundle.h
new file mode 100644
index 00000000..3231988c
--- /dev/null
+++ b/src/bundle.h
@@ -0,0 +1,11 @@
+//
+// bundle.h
+// themanaworld
+//
+// Created by David Athay on 1/27/11.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#include <string>
+
+std::string getBundleResourcesPath();