From aed27b35dd0ff860a80fb784c0fda00f58e87334 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Oct 2003 13:53:46 +0000 Subject: use C++ struct naming instead of typedefs -> this fixes (or works around, whatever you prefer to call it) the GCC_PACK problem in Doxygen svn-id: r10569 --- sword2/driver/_mouse.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sword2/driver/_mouse.cpp') diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp index f2eff1820d..3c1d94e17a 100644 --- a/sword2/driver/_mouse.cpp +++ b/sword2/driver/_mouse.cpp @@ -31,7 +31,7 @@ #pragma START_PACK_STRUCTS #endif -typedef struct { +struct _mouseAnim { uint8 runTimeComp; // type of runtime compression used for the // frame data uint8 noAnimFrames; // number of frames in the anim @@ -39,7 +39,7 @@ typedef struct { int8 yHotSpot; uint8 mousew; uint8 mouseh; -} GCC_PACK _mouseAnim; +} GCC_PACK; #if !defined(__GNUC__) #pragma END_PACK_STRUCTS -- cgit v1.2.3