diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-03 12:42:21 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-03-03 12:42:21 +0000 |
commit | df5ee2a5c32258e0d993c7d7c917c75299ee9ae4 (patch) | |
tree | 8303eec548a78ae1f8b543aea8658d37321e772b /src/gui/chat.cpp | |
parent | dbda6463fd8a9c3136daf64e79b5515812a2e40f (diff) | |
download | mana-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.tar.gz mana-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.tar.bz2 mana-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.tar.xz mana-df5ee2a5c32258e0d993c7d7c917c75299ee9ae4.zip |
Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 6e562017..5c947859 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -22,7 +22,7 @@ */ #include "chat.h" -#include "../graphic/graphic.h" +#include "../graphics.h" #include <iostream> ChatBox::ChatBox(const char *logfile, int item_num) |