carcass.hh 863 B

123456789101112131415161718192021
  1. /********************************************************************** <BR>
  2. This file is part of Crack dot Com's free source code release of
  3. Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
  4. information about compiling & licensing issues visit this URL</a>
  5. <PRE> If that doesn't help, contact Jonathan Clark at
  6. golgotha_source@usa.net (Subject should have "GOLG" in it)
  7. ***********************************************************************/
  8. #ifndef CARCASS_HH
  9. #define CARCASS_HH
  10. class g1_object_class;
  11. g1_object_class *g1_create_carcass(g1_object_class *from,
  12. g1_quad_object_class *model,
  13. int ticks=30,
  14. int ticks_to_smoke=10,
  15. g1_quad_object_class *lod_model=0);
  16. #endif