From af216d3afb0b6c4da0fa6103fcc2730a5a389a7a Mon Sep 17 00:00:00 2001 From: janwas Date: Tue, 2 Mar 2004 23:57:49 +0000 Subject: [PATCH] minor changes for lib overhaul (some include files from renamed) This was SVN commit r159. --- source/gui/CButton.cpp | 2 +- source/gui/CText.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gui/CButton.cpp b/source/gui/CButton.cpp index 6688fbf537..b54e891e3a 100755 --- a/source/gui/CButton.cpp +++ b/source/gui/CButton.cpp @@ -8,7 +8,7 @@ gee@pyro.nu #include "GUI.h" // TODO Gee: font.h is temporary. -#include "font.h" +#include "res/res.h" #include "ogl.h" using namespace std; diff --git a/source/gui/CText.cpp b/source/gui/CText.cpp index 9d25bff965..e2bdce2fc0 100755 --- a/source/gui/CText.cpp +++ b/source/gui/CText.cpp @@ -8,7 +8,7 @@ gee@pyro.nu #include "GUI.h" // TODO Gee: font.h is temporary. -#include "font.h" +#include "res/font.h" #include "ogl.h" using namespace std;