File: make.h

package info (click to toggle)
maelstrom 3.0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,952 kB
  • sloc: cpp: 10,947; sh: 3,406; ansic: 2,781; makefile: 175
file content (13 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13

// Functions from make.cc
extern	void	MakeLargeRock(int x, int y);
extern	void	MakeSteelRoid(int x, int y);
extern	void	MakeMultiplier(void);
extern	void	MakeBonus(void);
extern	void	MakePrize(void);
extern	void	MakeHoming(void);
extern	void	MakeGravity(void);
extern	void	MakeNova(void);
extern	void	MakeDamagedShip(void);
extern	void	MakeEnemy(void);