summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-22 17:39:00 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-10-22 17:39:00 +0000
commit777bc93bbfb2eae527533c824ff0fa453f8cc82b (patch)
tree5dc210a7ce6c31db72668463964d1fefdf7c291c
parent836e7158bd9819c893e426ea5f88c959c606ce12 (diff)
downloadmana-client-777bc93bbfb2eae527533c824ff0fa453f8cc82b.tar.gz
mana-client-777bc93bbfb2eae527533c824ff0fa453f8cc82b.tar.bz2
mana-client-777bc93bbfb2eae527533c824ff0fa453f8cc82b.tar.xz
mana-client-777bc93bbfb2eae527533c824ff0fa453f8cc82b.zip
Some insignificant small changes.
-rw-r--r--src/CMakeLists.txt12
-rw-r--r--src/graphics.cpp2
-rw-r--r--src/gui/gui.cpp2
3 files changed, 8 insertions, 8 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9714a9de..3d59695d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -248,10 +248,10 @@ SET(SRCS
resources/action.h
resources/ambientoverlay.cpp
resources/ambientoverlay.h
- resources/buddylist.cpp
- resources/buddylist.h
resources/animation.cpp
resources/animation.h
+ resources/buddylist.cpp
+ resources/buddylist.h
resources/image.cpp
resources/image.h
resources/imageloader.cpp
@@ -260,17 +260,17 @@ SET(SRCS
resources/imageset.cpp
resources/imagewriter.cpp
resources/imagewriter.h
- resources/iteminfo.cpp
resources/itemdb.cpp
resources/itemdb.h
+ resources/iteminfo.cpp
resources/iteminfo.h
resources/mapreader.cpp
resources/mapreader.h
- resources/music.cpp
- resources/monsterdb.h
resources/monsterdb.cpp
- resources/monsterinfo.h
+ resources/monsterdb.h
resources/monsterinfo.cpp
+ resources/monsterinfo.h
+ resources/music.cpp
resources/music.h
resources/resource.cpp
resources/resource.h
diff --git a/src/graphics.cpp b/src/graphics.cpp
index a6a34357..586f9f49 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -24,8 +24,8 @@
#include <cassert>
#include "graphics.h"
-
#include "log.h"
+
#include "resources/image.h"
#include "resources/imageloader.h"
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 50b891c0..12936807 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -46,7 +46,7 @@
// Guichan stuff
Gui *gui;
-Viewport *viewport;
+Viewport *viewport; /**< Viewport on the map. */
SDLInput *guiInput;
// Fonts used in showing hits