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;