From 856c345feca062fdfc0b177e0de25489fb1b0c06 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sat, 15 Mar 2014 02:29:19 +0000 Subject: Extend hge with a 3D Rotation method, it's not tested yet. Fix probable compile errors due to includes. --- hgehelp/hgestrings.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hgehelp/hgestrings.cpp') diff --git a/hgehelp/hgestrings.cpp b/hgehelp/hgestrings.cpp index d4c5d2d..6eda71c 100644 --- a/hgehelp/hgestrings.cpp +++ b/hgehelp/hgestrings.cpp @@ -7,7 +7,7 @@ */ -#include "../../include/hgestrings.h" +#include "hgestrings.h" #include const char STRHEADERTAG[]="[HGESTRINGTABLE]"; @@ -26,7 +26,7 @@ hgeStringTable::hgeStringTable(const char *filename) NamedString *str; char str_name[MAXSTRNAMELENGTH]; char *str_value, *pvalue; - + hge=hgeCreate(HGE_VERSION); strings=0; @@ -43,7 +43,7 @@ hgeStringTable::hgeStringTable(const char *filename) if(memcmp(desc, STRHEADERTAG, sizeof(STRHEADERTAG)-1)) { hge->System_Log(STRFORMATERROR, filename); - delete[] desc; + delete[] desc; return; } -- cgit v1.2.3