| Included in: | zparseb.c |
| zpblind.c |
| 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; | |
| } |
| struct | |
| { | |
| unsigned size; | |
| t_uchar** s; | |
| unsigned dblColonIdxFirst; | |
| unsigned dblColonIdxSecond; | |
| unsigned theLastIdx; | |
| } |
| enum | |
| { | |
| e_Result_Start; | |
| e_Result_Moves; | |
| e_Result_Dislodged; | |
| e_Result_Ownership; | |
| e_Result_Builds; | |
| e_Result_invalid; | |
| } |