1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_warnings_errors.h
2001-03-23 22:59:18 +00:00

13 lines
236 B
C++

#ifndef _WARNINGS_ERRORS_H_
#define _WARNINGS_ERRORS_H_
#include <simgear/compiler.h>
#include <string>
#include <iostream>
SG_USING_STD(string);
void uiuc_warnings_errors(int errorCode, string line);
#endif //_WARNINGS_ERRORS_H_