From 172056e7598d3447c682a694d824041076f3255e Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Mon, 24 Feb 2014 03:25:05 +0000 Subject: M trunk/CHANGELOG.TXT M trunk/background.h M trunk/effects.h M trunk/global.h M trunk/hge/CxImage/ximagif.cpp M trunk/hge/CxImage/ximaint.cpp M trunk/hge/CxImage/ximapng.cpp M trunk/hge/graphics.cpp M trunk/hge/input.cpp M trunk/hge/resource.cpp M trunk/hge/sound.cpp M trunk/hge/system.cpp M trunk/hgehelp/hgefont.cpp M trunk/levels.h M trunk/libcgh.h M trunk/libcghEx.cpp M trunk/menuitem.cpp M trunk/menuitem.h M trunk/menus.h M trunk/music.h M trunk/scorec.h M trunk/scoresystem.h M trunk/towernbullet.h --- libcgh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcgh.h') diff --git a/libcgh.h b/libcgh.h index 943601f..c428861 100644 --- a/libcgh.h +++ b/libcgh.h @@ -12,7 +12,7 @@ #define libcgh_H #define pi 3.1415926535 #define sqr(x) ((x)*(x)) -static const char* LIBCGH_H_FN="libcgh.h"; +//static const char* LIBCGH_H_FN="libcgh.h"; struct vector2d { @@ -99,7 +99,7 @@ private: bool done; public: bool Active(); - void Init(char *Font,char *_Text,double _tlim,double _alim,double _dlim,DWORD _color=0x00FFFFFF); + void Init(const char *Font,const char *_Text,double _tlim,double _alim,double _dlim,DWORD _color=0x00FFFFFF); void Launch(vector2d pos); void Process(double DT); }; -- cgit v1.2.3