File zparseb.h

Included in: zparseb.c
  zpblind.c

Included Files


Preprocessor definitions

#define ZPARSEB_X_H

Typedef IoOptions

typedef struct {...} IoOptions
struct 
   { 
     char* powerName; 
     char* powerAdj; 
     bool doUseFileIn; 
     bool doUseFileOut; 
     bool varHideAllCentre; 
     FILE* fIn; 
     FILE* fOut; 
     FILE* fTemp; 
     char* inputFilename; 
     char* outputFilename; 
     char* tempFilename; 
     bool doPreParsing; 
     bool doDeleteTempFile; 
   } 

Typedef ArrayResStr

typedef struct {...} ArrayResStr
struct 
   { 
     unsigned size; 
     t_uchar** s; 
     unsigned dblColonIdxFirst; 
     unsigned dblColonIdxSecond; 
     unsigned theLastIdx; 
   } 

Typedef eResultState

typedef enum {...} eResultState
enum 
   { 
     e_Result_Start; 
     e_Result_Moves; 
     e_Result_Dislodged; 
     e_Result_Ownership; 
     e_Result_Builds; 
     e_Result_invalid; 
   }