diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 16:32:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 16:32:22 +0300 |
commit | dcd7364559e20e7d89ffeee0740b60a65c8d5362 (patch) | |
tree | d53978130f4b5121041a1e0ef22afebee69e6f6b /src/gui/windows/chatwindow.cpp | |
parent | 45561c45f374cf8511b755da74c1786be6a3f85c (diff) | |
download | manaplus-dcd7364559e20e7d89ffeee0740b60a65c8d5362.tar.gz manaplus-dcd7364559e20e7d89ffeee0740b60a65c8d5362.tar.bz2 manaplus-dcd7364559e20e7d89ffeee0740b60a65c8d5362.tar.xz manaplus-dcd7364559e20e7d89ffeee0740b60a65c8d5362.zip |
Move OpenGL functions related files into opengl directory.
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index a30c2fefa..691996878 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -64,7 +64,7 @@ #include "gui/widgets/tabs/chat/tradetab.h" #include "gui/widgets/tabs/chat/whispertab.h" -#include "render/opengldebug.h" +#include "render/opengl/opengldebug.h" #include "net/chathandler.h" #include "net/serverfeatures.h" |