From cab572c008b00a2f63428ca9ba4842aa2e281ab6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 21 Mar 2008 19:05:22 +0000 Subject: [PATCH] - r_interpolate.h was in the g_shared directory but should be in src. SVN r833 (trunk) --- src/g_shared/a_sharedglobal.h | 1 - src/{g_shared => }/r_interpolate.h | 0 2 files changed, 1 deletion(-) rename src/{g_shared => }/r_interpolate.h (100%) diff --git a/src/g_shared/a_sharedglobal.h b/src/g_shared/a_sharedglobal.h index b0accd3fb0..ad662d0370 100644 --- a/src/g_shared/a_sharedglobal.h +++ b/src/g_shared/a_sharedglobal.h @@ -18,7 +18,6 @@ bool P_MorphMonster (AActor *actor, const PClass *morphClass); bool P_UpdateMorphedMonster (AActor *actor); -struct side_t; class DBaseDecal : public DThinker { diff --git a/src/g_shared/r_interpolate.h b/src/r_interpolate.h similarity index 100% rename from src/g_shared/r_interpolate.h rename to src/r_interpolate.h