Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00020
00021 #ifndef __VR3NOTIFIER_H__
00022 #define __VR3NOTIFIER_H__
00023
00025 namespace VR3Notifier {
00026
00028
00035 void NotifyError(int entnum, int errnum);
00036
00038
00042 void NotifyError(int entnum, const char* string);
00043
00045
00051 void NotifyWarning(int entnum, int warnum);
00052
00054
00058 void NotifyWarning(int entnum, const char* string);
00059
00061
00068 void Verbose(bool verbose);
00069
00070 }
00071
00072 #endif