Titan.h 475 B

123456789101112131415161718
  1. /*=============================================================================
  2. Name : Titan.h
  3. Purpose : Definitions for Titan.c
  4. Created 4/20/1998 by gshaw
  5. Copyright Relic Entertainment, Inc. All rights reserved.
  6. =============================================================================*/
  7. #ifndef ___TITAN_H
  8. #define ___TITAN_H
  9. void titanDebug(char *format, ...);
  10. void titanLogFileOpen(void);
  11. void titanLogFileClose(void);
  12. #endif