X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_sprit.h;h=9ef500e5d0d76e0a554e6e64df84182fd4e7ceff;hb=ee1d5c0916019a401f2d8b63a999a639e3b50c05;hp=555e8d1c67c5689743bf1d5e9db4cae8996f17f2;hpb=fb97121f7d0be4408d8e2ed98a2f7b10b852a915;p=16.git diff --git a/src/lib/16_sprit.h b/src/lib/16_sprit.h index 555e8d1c..9ef500e5 100755 --- a/src/lib/16_sprit.h +++ b/src/lib/16_sprit.h @@ -23,7 +23,6 @@ #define __16_SPRI__ #include "src/lib/16_vrs.h" -#include "src/lib/typdefst.h" struct sprite { @@ -67,7 +66,7 @@ int set_anim_by_id(struct sprite *spri, int id); * In: * + struct sprite *spri - sprite to animate */ -void animate_spri(struct sprite *spri); +void animate_spri(struct sprite *spri, global_game_variables_t *gvar); void print_anim_ids(struct sprite *spri);