This commit is contained in:
parent
f54041ef04
commit
db53ce744a
18 changed files with 193 additions and 162 deletions
|
@ -43,6 +43,9 @@ protected:
|
|||
|
||||
} ;
|
||||
|
||||
#define ASSERT(x) if (!(x)) GObject::Error(ERR_FATAL,"%s %s %i\n",#x,__FILE__,__LINE__);
|
||||
|
||||
|
||||
//***************************************************************************
|
||||
GString CheckFileString(const char * Str);
|
||||
bool CheckPlusMinus(const char * Str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue