X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fcartoons.h;fp=src%2Fcartoons.h;h=0000000000000000000000000000000000000000;hp=ff84dd0e2f78cf8f33a5501a58493282a64c320d;hb=f1f974498c1691431a5755d917f674c7cf56eb53;hpb=013e137cafaa16827d0f27e10538b6e90ee0aed0 diff --git a/src/cartoons.h b/src/cartoons.h deleted file mode 100644 index ff84dd0e..00000000 --- a/src/cartoons.h +++ /dev/null @@ -1,26 +0,0 @@ -// ============================================================================ -// Rocks'n'Diamonds - McDuffin Strikes Back! -// ---------------------------------------------------------------------------- -// (c) 1995-2014 by Artsoft Entertainment -// Holger Schemel -// info@artsoft.org -// http://www.artsoft.org/ -// ---------------------------------------------------------------------------- -// cartoons.h -// ============================================================================ - -#ifndef CARTOONS_H -#define CARTOONS_H - - -/* values for global animations */ -#define ANIM_STATE_INACTIVE 0 -#define ANIM_STATE_RESTART (1 << 0) -#define ANIM_STATE_WAITING (1 << 1) -#define ANIM_STATE_RUNNING (1 << 2) - - -void InitGlobalAnimations(void); -void DrawGlobalAnimations(int); - -#endif