// This file is a part of the Framsticks GDK. // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. // Refer to http://www.framsticks.com/ for further information. #ifndef _STDERRORS_H_ #define _STDERRORS_H_ #include #include bool listIndexCheck(SList* list,int index,const char* msgobj,const char* msgfun); SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)(SString& in)=0); #endif