/***********************************************************************
**
**	Pandora Debugging.h
**
**	Copyright©1997 by Terry Greeniaus
**	tgree@relay.phys.ualberta.ca
**
**	Permission is given to the Pandora OS group to use this file in the development of the Pandora Operating
**	System.  The Pandora OS group is located at: http://www.huh.com/pandora/
**
************************************************************************/
#ifndef __PANDORA_DEBUGGING__
#define __PANDORA_DEBUGGING__

EXTERNAL_C_BEGIN
	void		PDebugStr(const char* str);
	void		PDebugger(void);
EXTERNAL_C_END

#else

#if WARNINCLUDETWICE
#error Included Pandora Debugging.h twice!
#endif

#endif
