blob: 4273178a55a881cf3d5e5b4a10d7571999012492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* PARSEC HEADER: s_explod.h
*/
#ifndef _S_EXPLOD_H_
#define _S_EXPLOD_H_
// external functions
void DrawExpAnim( const ShipObject *shippo );
#endif // _S_EXPLOD_H_
|