Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1090 → Rev 1448

/demos/trunk/bca/missile.c
18,7 → 18,7
* http://shark.sssup.it
*/
 
/* CVS : $Id: missile.c,v 1.1 2002-10-01 10:25:01 pj Exp $ */
/* CVS : $Id: missile.c,v 1.2 2004-05-23 08:59:28 giacomo Exp $ */
 
/*
* Copyright (C) 2000 Fabio Calabrese <fabiocalabrese77@yahoo.it>
44,6 → 44,10
//* included by: bca.c *
//**************************
 
PID crea_hard_missile(int index);
PID crea_soft_missile(int index);
PID crea_soft_esplo(int index);
 
TASK missile(void *arg)
{
PID esplo_pid;