X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fanim.h;fp=src%2Fanim.h;h=b55a550fe8486d6bb169c37e6b008f54a5944a96;hp=0000000000000000000000000000000000000000;hb=f1f974498c1691431a5755d917f674c7cf56eb53;hpb=013e137cafaa16827d0f27e10538b6e90ee0aed0 diff --git a/src/anim.h b/src/anim.h new file mode 100644 index 00000000..b55a550f --- /dev/null +++ b/src/anim.h @@ -0,0 +1,21 @@ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// anim.h +// ============================================================================ + +#ifndef ANIM_H +#define ANIM_H + + +int getAnimationFrame(int, int, int, int, int); + +void InitGlobalAnimations(void); +void DrawGlobalAnimations(int); + +#endif