view final_isi/fisi.h @ 51:53676367d46f

Hack Final Isi to "work", kind of. Requires a nasty hack in pwplib to actually run (without it, it quits abruptly .. not yet sure why.)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 11:48:48 +0300
parents acb5694e93d9
children
line wrap: on
line source

#define SINGLE 1
#define HYBRID 2
#define DOUBLE 3

/***********************/

#define NONE 0

/***********************/

#define SCROLLER 1

#define NOSKRAMBLE 1
#define HORIZON 2

/***********************/

typedef struct{signed int curr,targ,frac;}framekey;

#define OX 0
#define OY 1
#define OZOOM 2
#define OROT 3
#define OHGT 4
#define OFLX 5
#define OFLY 6