From a53ffa43a1b9bb8eff54d94f9668e3ce0d9fb583 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Fri, 25 Apr 2014 08:41:29 +0000 Subject: %lld seems to work with mingw-w64(also VS2005+)... So let's remove all %I64d. Change point bullet behaviour. Fix a minor multiplier problem. Mark the source code as C++. Re-document levels(not done). Update wiki. --- hgeft.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'hgeft.cpp') diff --git a/hgeft.cpp b/hgeft.cpp index c067a1f..a5b233a 100644 --- a/hgeft.cpp +++ b/hgeft.cpp @@ -1,3 +1,4 @@ +// Freetype2 ext4hge implementations -*- C++ -*- #include "hgeft.h" static const char* HGEFT_SRC_FN="hgeft.cpp"; void hgeTTChar::Free(){if(quad.tex)hge->Texture_Free(quad.tex),quad.tex=0;} -- cgit v1.2.3