Commit 7df8774f authored by Steven Fuller's avatar Steven Fuller

More work on id_ca.c

parent 25227641
This diff is collapsed.
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define PACKED __attribute__((packed)) #define PACKED __attribute__((packed))
#ifndef O_BINARY #ifndef O_BINARY
#define O_BINARY #define O_BINARY 0
#endif #endif
......
///////////////////////////////////////
//
// TED5 Map Header for WLF
//
///////////////////////////////////////
//
// Map Names
//
typedef enum {
LEVEL_ONE_MAP, // 0
LEVEL_TWO_MAP, // 1
LEVEL_THREE_MAP, // 2
LEVEL_FOUR_MAP, // 3
LASTMAP
} mapnames;
#ifndef __VERSION_H__
#define __VERSION_H__
//#define SPEAR //#define SPEAR
//#define JAPAN //#define JAPAN
#define GOODTIMES #define GOODTIMES
...@@ -7,3 +10,7 @@ ...@@ -7,3 +10,7 @@
//#define DEBCHECK //#define DEBCHECK
#define CARMACIZED #define CARMACIZED
//#define UPLOAD //#define UPLOAD
#elif
#error "fix me: TODO"
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment