]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_warnings_errors.h
Goodbye automake.
[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
9 void uiuc_warnings_errors(int errorCode, std::string line);
10
11 #endif  //_WARNINGS_ERRORS_H_