From 550c9fd9387b40f80e34d5718e18e4dac756e78c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 24 Jul 2006 06:03:00 +0000 Subject: [PATCH] cleanup, comment --- stepmania/src/Tween.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Tween.h b/stepmania/src/Tween.h index d1798bd9bd..55f3e185b7 100644 --- a/stepmania/src/Tween.h +++ b/stepmania/src/Tween.h @@ -1,5 +1,7 @@ -#ifndef INTERPOLATE_H -#define INTERPOLATE_H +/* ITween - Interface for simple interpolation. */ + +#ifndef TWEEN_H +#define TWEEN_H struct lua_State; typedef lua_State Lua;