aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/g_laser.h
blob: cab0f7d56a88ea0517a5e9f3ccc30a40ec0c0120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * PARSEC HEADER: s_laser.h
 */

#ifndef _S_LASER_H_
#define _S_LASER_H_


// external functions

int		CreateLaserBeam( GenObject *ownerpo, dword targetobjno, dword *laserbeamobjno );
int		KillLaserBeam( dword laserbeamobjno );


#endif // _S_LASER_H_