12 lines
183 B
C
12 lines
183 B
C
|
#ifndef _ICING_DEMO_H_
|
||
|
#define _ICING_DEMO_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
#include "uiuc_1Dinterpolation.h"
|
||
|
|
||
|
extern double Simtime;
|
||
|
|
||
|
void uiuc_icing_demo();
|
||
|
|
||
|
#endif // _ICING_DEMO_H_
|