From a9789acfc61a057c82c6cc42386afc9b23813c24 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 21 Mar 2004 21:20:25 +0000 Subject: Moved Surface/Font code into new 'graphics' module svn-id: r13357 --- sword1/animation.h | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'sword1') diff --git a/sword1/animation.h b/sword1/animation.h index 1c55bc4f07..1d9a2aecec 100644 --- a/sword1/animation.h +++ b/sword1/animation.h @@ -22,33 +22,7 @@ #ifndef ANIMATION_H #define ANIMATION_H -// Uncomment this if you are using libmpeg2 0.3.1. -// #define USE_MPEG2_0_3_1 - -#ifdef _MSC_VER -typedef int8 int8_t; -typedef int16 int16_t; -typedef int32 int32_t; - -typedef uint8 uint8_t; -typedef uint16 uint16_t; -typedef uint32 uint32_t; -#else -#include -#endif - -#ifdef USE_MPEG2 -extern "C" { - #include -} - -#ifdef USE_MPEG2_0_3_1 -typedef int mpeg2_state_t; -typedef sequence_t mpeg2_sequence_t; -#define STATE_BUFFER -1 -#endif - -#endif +#include "graphics/animation.h" #include "sword1/screen.h" #include "sword1/sound.h" -- cgit v1.2.3