view final_isi/fisi.h @ 71:a87eb778f225

Improvements to the MinGW crossbuild. Should now build with default tools from Debian mingw packages, though you need Win32 version of libSDL with the necessary headers and so on in addition. 64-bit builds not tested and probably won't work. Tested on Debian 7.0, earlier won't work. binutils-mingw-w64-i686 gcc-mingw-w64-i686 mingw-w64-i686-dev
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Aug 2012 03:08:10 +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