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. --- effects.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'effects.h') diff --git a/effects.h b/effects.h index 02f0daa..0e40824 100644 --- a/effects.h +++ b/effects.h @@ -1,6 +1,6 @@ -//Chrisoft Bullet Lab Remix HGE -//Effects Implementations -//Copyright Chrisoft 2014 +// Chrisoft Bullet Lab Remix HGE -*- C++ -*- +// Effects Implementations +// Copyright Chrisoft 2014 //static const char* EFFECTS_H_FN="effects.h"; void SCEffect_Attatch(vector2d Target=vector2d(-100,-100)) -- cgit v1.2.3