X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=blobdiff_plain;f=src%2Fapc.h;h=b60342d5c51ecb8320a61153db198a9a34948030;hp=efed4d425fd04dcfa3ea2b8990f8cc67b0852a72;hb=f4410cd4b87c75bb112264cf38951461065b7ef9;hpb=0dc97f87cbbe47ef84501678f302404d042428b1 diff --git a/src/apc.h b/src/apc.h index efed4d4..b60342d 100644 --- a/src/apc.h +++ b/src/apc.h @@ -2,27 +2,13 @@ #define _APC_H_ //ir.h -#define BUF_SIZE 256 -#define MAX_SETS 256 -#define MAX_ELES 256 -#define MAX_QUADS 256 -#define MAX_MODELS 256 -#define MAX_MODEL_LEN 256 -#define MAX_MAPS 8 -#define MAX_POSTS 256 -#define MAX_CLASS_DEPTH 256 -#define MAX_CLASSES 256 -#define MAX_FRAMES 256 -#define PTRS_IN_PAGE 1024 -#define MAX_CHUNKS 256 -#define PAGES_PER_CHUNK 16 -#define MAX_DEPTH 8 -//irmem.c -#define PAGES_PER_CHUNK 16 -#define MAX_NAME_LEN 128 -#define MAX_DEPTH 8 -//lexer.c -#define FNAME_MAX 1024 -#define FPATH_MAX 8192 +enum frame_facing { SFACE, SWFACE, WFACE, NWFACE, NFACE, NEFACE, EFACE, SEFACE, FACING_MAX }; +typedef enum frame_facing apc_facing; + + +#define APC_NAME_MAX 64 +#define APC_CLASS_DELIMITER '/' +#define APC_SET_DELIMITER '_' #endif //_APC_H_ +