]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_warnings_errors.h
MacOS build updates.
[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>   /* for FG_USING_STD */
5
6 #include <string>
7 #include <iostream>
8 #include <stdlib.h>             /* for exit */
9
10 FG_USING_STD(string);
11 FG_USING_STD(iostream);
12
13 void uiuc_warnings_errors(int errorCode, string line);
14
15 #endif  //_WARNINGS_ERRORS_H_