]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_warnings_errors.h
Sep 1 2000 updates from the UIUC team.
[flightgear.git] / src / FDM / UIUCModel / uiuc_warnings_errors.h
1 #ifndef _WARNINGS_ERRORS_H_
2 #define _WARNINGS_ERRORS_H_
3
4 #include <string>
5 #include <iostream>
6
7 void uiuc_warnings_errors(int errorCode, string line);
8
9 #endif  //_WARNINGS_ERRORS_H_