blob: 3231988c1d27d6fd5aba9a0a1877d7da3fef218f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
//
// bundle.h
// themanaworld
//
// Created by David Athay on 1/27/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#include <string>
std::string getBundleResourcesPath();
|