/*============================================================================= Name : Titan.h Purpose : Definitions for Titan.c Created 4/20/1998 by gshaw Copyright Relic Entertainment, Inc. All rights reserved. =============================================================================*/ #ifndef ___TITAN_H #define ___TITAN_H void titanDebug(char *format, ...); void titanLogFileOpen(void); void titanLogFileClose(void); #endif