blob: d10f265e95bf85d6c4f0192775d605150f43311a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* PARSEC HEADER: il_supp.h
*/
#ifndef _IL_SUPP_H_
#define _IL_SUPP_H_
// external functions
int IL_ActivateGun();
int IL_ActivateMissile();
void IL_UserProcessAuxInput();
#endif // _IL_SUPP_H_
|