rpgxef/code/game/bg_panimate.c
Walter Julius Hennecke a39565b783 Integrated RPG-X2 rpgxEF edition into the rpgxEF repo
... not quite content with where the project files lie but it is ok for
now.
... compiling works fine so far (only tested mingw32 right now)
2012-08-04 12:54:37 +02:00

12 lines
391 B
C

//===========================================================
// Name: bg_panimate.c
// Developer: Timothy 'TiM' Oliver
// Date: 16/2/2006
// Function: Global character animation functions. Utilised
// in CG and G for animation loading + handling.
// Based off of logic from EF SP.
//===========================================================
#include "q_shared.h"
#include "bg_public.h"