]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_warnings_errors.h
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.h
1 #ifndef _WARNINGS_ERRORS_H_
2 #define _WARNINGS_ERRORS_H_
3
4 #include <simgear/compiler.h>
5
6 #include <string>
7 #include STL_IOSTREAM
8
9 SG_USING_STD(string);
10
11 void uiuc_warnings_errors(int errorCode, string line);
12
13 #endif  //_WARNINGS_ERRORS_H_