gcc: Removed most aros specific patches in libiberty
[AROS.git] / arch / m68k-amiga / freeanim / freeanim_intern.h
blobbec9326cba4feb5ec6654c7d77a84aa86d161643
1 /*
2 * Copyright (C) 2013, The AROS Development Team
3 * All right reserved.
4 * Author: Jason S. McMullan <jason.mcmullan@gmail.com>
6 * Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
7 */
9 #ifndef FREEANIM_H
10 #define FREEANIM_H
12 #include <exec/libraries.h>
13 #include <dos/bptr.h>
15 struct FreeAnimBase {
16 struct Library fa_Library;
17 BPTR fa_SegList;
20 #endif /* FREEANIM_H */