diff options
author | David Athay <ko2fan@gmail.com> | 2011-01-27 20:38:07 -0600 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2011-01-27 20:38:07 -0600 |
commit | 66bd56ebec2bff48fb1484603b41643fd89bf4d6 (patch) | |
tree | 0136c1e0d1381d400897227d812cfa160e7d28b1 /src/bundle.h | |
parent | e5ecfdfd67b806c76cbcc57f0df8e2ddda75ac2e (diff) | |
download | mana-66bd56ebec2bff48fb1484603b41643fd89bf4d6.tar.gz mana-66bd56ebec2bff48fb1484603b41643fd89bf4d6.tar.bz2 mana-66bd56ebec2bff48fb1484603b41643fd89bf4d6.tar.xz mana-66bd56ebec2bff48fb1484603b41643fd89bf4d6.zip |
Moved bundle resource path to Cocoa. Moved alert to Cocoa. Added changing dock icon at runtime.
Diffstat (limited to 'src/bundle.h')
-rw-r--r-- | src/bundle.h | 11 |
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(); |