cleanup, comment

This commit is contained in:
Glenn Maynard
2006-07-24 06:03:00 +00:00
parent b9de4e9965
commit 550c9fd938
+4 -2
View File
@@ -1,5 +1,7 @@
#ifndef INTERPOLATE_H /* ITween - Interface for simple interpolation. */
#define INTERPOLATE_H
#ifndef TWEEN_H
#define TWEEN_H
struct lua_State; struct lua_State;
typedef lua_State Lua; typedef lua_State Lua;