1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_warnings_errors.h

10 lines
182 B
C
Raw Normal View History

#ifndef _WARNINGS_ERRORS_H_
#define _WARNINGS_ERRORS_H_
#include <string>
#include <iostream>
void uiuc_warnings_errors(int errorCode, string line);
#endif //_WARNINGS_ERRORS_H_