Errors.h
changeset 0 6b8091ca909a
equal deleted inserted replaced
-1:000000000000 0:6b8091ca909a
       
     1 
       
     2 class Errors
       
     3 {
       
     4 public:
       
     5 	static void Debug(char * text);
       
     6 	static void Fatal(char * text);
       
     7 };