]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_warnings_errors.h
Harald JOHNSEN:
[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 <cstdlib>
8 #include STL_IOSTREAM
9
10 SG_USING_STD(string);
11
12 void uiuc_warnings_errors(int errorCode, string line);
13
14 #endif  //_WARNINGS_ERRORS_H_