9 lines
122 B
C
9 lines
122 B
C
|
#ifndef _MAP_CROLL_H_
|
||
|
#define _MAP_CROLL_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
|
||
|
void uiuc_map_Croll();
|
||
|
|
||
|
#endif // _MAP_CROLL_H_
|