/**********************************************************************
This file is part of Crack dot Com's free source code release of Golgotha.
for information about compiling & licensing issues visit this URL
 If that doesn't help, contact Jonathan Clark at 
  golgotha_source@usa.net (Subject should have "GOLG" in it) 
***********************************************************************/

#ifndef G1_SPRITE_ID
#define G1_SPRITE_ID

enum g1_sprite_id_type
{
  G1_SPRITE_FLARE_TAIL,
  G1_SPRITE_RED_FLARE,
  G1_SPRITE_LAST
};

#endif