diff options
author | Matthias Hartmann <hartmann.matthias@gmail.com> | 2005-09-30 14:16:26 +0000 |
---|---|---|
committer | Matthias Hartmann <hartmann.matthias@gmail.com> | 2005-09-30 14:16:26 +0000 |
commit | 5c5fb9634ccbd637ed7864a937c7214175f17a6d (patch) | |
tree | 8b039438e1d829b9409f9c1a93c980b440446dc7 /src/gui/status.cpp | |
parent | aac98cf8bcde36ba50ab45254866afc365a7908a (diff) | |
download | mana-client-5c5fb9634ccbd637ed7864a937c7214175f17a6d.tar.gz mana-client-5c5fb9634ccbd637ed7864a937c7214175f17a6d.tar.bz2 mana-client-5c5fb9634ccbd637ed7864a937c7214175f17a6d.tar.xz mana-client-5c5fb9634ccbd637ed7864a937c7214175f17a6d.zip |
Fixed paths for windows users
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index 8076d93b..1b570d2a 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -34,7 +34,7 @@ #include "../net/messageout.h" #include "../net/protocol.h" -#include "graphics.h" +#include "../graphics.h" extern Graphics *graphics; StatusWindow::StatusWindow(): |