diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | c90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch) | |
tree | 6d8391395bce9eaea4ad78958617edb20c6a7573 /konquest/images.h | |
download | tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konquest/images.h')
-rw-r--r-- | konquest/images.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/konquest/images.h b/konquest/images.h new file mode 100644 index 00000000..4c436a18 --- /dev/null +++ b/konquest/images.h @@ -0,0 +1,17 @@ +#ifndef _IMAGES_H +#include <kstandarddirs.h> +#define _IMAGES_H + +#define IMAGE_SPLASH locate("appdata", "pics/konquest-splash.png") +#define IMAGE_PLANET_1 locate("appdata", "pics/planet1.xpm") +#define IMAGE_PLANET_2 locate("appdata", "pics/planet2.xpm") +#define IMAGE_PLANET_3 locate("appdata", "pics/planet3.xpm") +#define IMAGE_PLANET_4 locate("appdata", "pics/planet4.xpm") +#define IMAGE_PLANET_5 locate("appdata", "pics/planet5.xpm") +#define IMAGE_PLANET_6 locate("appdata", "pics/planet6.xpm") +#define IMAGE_PLANET_7 locate("appdata", "pics/planet7.xpm") +#define IMAGE_PLANET_8 locate("appdata", "pics/planet8.xpm") +#define IMAGE_PLANET_9 locate("appdata", "pics/planet9.xpm") + +#endif // _IMAGES_H + |