Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1379 → Rev 1380

/demos/trunk/jumpball/demo.h
18,11 → 18,11
 
/**
------------
CVS : $Id: demo.h,v 1.5 2004-04-17 17:16:46 giacomo Exp $
CVS : $Id: demo.h,v 1.6 2004-04-18 09:45:27 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2004-04-17 17:16:46 $
Revision: $Revision: 1.6 $
Last update: $Date: 2004-04-18 09:45:27 $
------------
**/
 
128,6 → 128,9
 
extern PID shutdown_task_PID;
 
/* graphic mutex... */
extern mutex_t mutex;
 
/* useful colors... */
extern int white;
extern int black;