source: cpp/gdk/stderrors.h @ 68

Last change on this file since 68 was 68, checked in by Maciej Komosinski, 13 years ago

added missing sources; updated sources for compatibility with vs2008 and added project files

File size: 486 bytes
Line 
1// This file is a part of the Framsticks GDK library.
2// Copyright (C) 2002-2011  Szymon Ulatowski.  See LICENSE.txt for details.
3// Refer to http://www.framsticks.com/ for further information.
4
5#ifndef _STDERRORS_H_
6#define _STDERRORS_H_
7
8#include "list.h"
9#include "sstring.h"
10
11bool listIndexCheck(SList* list,int index,char* msgobj,char* msgfun,char* msg);
12SString stringCheck(SString& in,char* msgobj,char* msgfun,char* msg,SString (*checker)(SString& in)=0);
13
14#endif
Note: See TracBrowser for help on using the repository browser.