Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1378 → Rev 1379

/demos/trunk/jumpball/demo.h
18,11 → 18,11
 
/**
------------
CVS : $Id: demo.h,v 1.4 2004-03-28 09:14:17 pj Exp $
CVS : $Id: demo.h,v 1.5 2004-04-17 17:16:46 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2004-03-28 09:14:17 $
Revision: $Revision: 1.5 $
Last update: $Date: 2004-04-17 17:16:46 $
------------
**/
 
50,10 → 50,15
#include <kernel/types.h>
#include <kernel/descr.h>
#include <math.h>
#include <drivers/glib.h>
#include <drivers/keyb.h>
 
#include <drivers/shark_linuxc26.h>
#include <drivers/shark_pci26.h>
#include <drivers/shark_input26.h>
#include <drivers/shark_keyb26.h>
#include <drivers/shark_fb26.h>
 
#define FRAME_BUFFER_DEVICE 0
 
/* Subparts */
#define JET_ON
#define BALL_ON
66,7 → 71,7
400 - Pentium 2 400 MHz
133 - Pentium 1 133 MHz
*/
#define CPU 1300
#define CPU 400
 
/*
*
121,8 → 126,7
*
*/
 
/* graphic mutex... */
extern mutex_t mutex;
extern PID shutdown_task_PID;
 
/* useful colors... */
extern int white;
137,8 → 141,6
char *itoa(int n, char *s);
int myrand(int x);
 
 
 
/*
*
* JETCONTROL stuffs
160,9 → 162,6
#define JET_SLIDE_WIDTH 50
#define JET_SLIDE_X 576
 
 
 
 
/*
*
* BALL stuffs