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
#define INTERPOLATE_H
/* ITween - Interface for simple interpolation. */
#ifndef TWEEN_H
#define TWEEN_H
struct lua_State;
typedef lua_State Lua;