Errors.h
author viric@llimona
Thu, 18 May 2006 23:12:51 +0200
changeset 0 6b8091ca909a
permissions -rw-r--r--
Init from working directory of svn repository.


class Errors
{
public:
	static void Debug(char * text);
	static void Fatal(char * text);
};