2000-03-22 22:01:33 +00:00
|
|
|
#ifndef _WARNINGS_ERRORS_H_
|
|
|
|
#define _WARNINGS_ERRORS_H_
|
|
|
|
|
2000-10-02 21:49:04 +00:00
|
|
|
#include <simgear/compiler.h>
|
|
|
|
|
2000-03-22 22:01:33 +00:00
|
|
|
#include <string>
|
|
|
|
#include <iostream>
|
|
|
|
|
2001-03-23 22:59:18 +00:00
|
|
|
SG_USING_STD(string);
|
2000-09-21 22:59:27 +00:00
|
|
|
|
2000-03-22 22:01:33 +00:00
|
|
|
void uiuc_warnings_errors(int errorCode, string line);
|
|
|
|
|
|
|
|
#endif //_WARNINGS_ERRORS_H_
|