update 20.06.2009

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@27 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-06-20 18:08:58 +00:00
parent 0e9ddc542c
commit 053a44eeae
58 changed files with 838 additions and 1298 deletions

View File

@@ -5,26 +5,8 @@
#define MAX_STRING_LENGTH 256
#define OPT_FULLYAUTOMATIC 0
#define OPT_SUPERPOGO 1
#define OPT_ALLOWPKING 2
#define OPT_CHEATS 3
#define OPT_TWOBUTTON 4
#define OPT_KEYCARDSTACK 5
#define OPT_ANALOGJOYSTICK 6
#define NUM_OPTIONS 7
#define OPT_MEAN 7 // This isn't part of the options menu anymore
#define MAX_NUMBER_OF_FILES 100
typedef struct stOption
{
char *name;
char value;
} stOption;
typedef struct stDisplay
{
unsigned int Width;