#include "setup.h"#include "bload.h"#include "envrnmnt.h"#include "bsave.h"#include "moduldef.h"#include "cstrcbin.h"

Go to the source code of this file.
Defines | |
| #define | _CSTRCBIN_SOURCE_ |
Functions | |
| globle void | MarkConstructHeaderNeededItems (struct constructHeader *theConstruct, long theBsaveID) |
| globle void | AssignBsaveConstructHeaderVals (struct bsaveConstructHeader *theBsaveConstruct, struct constructHeader *theConstruct) |
| LOCALE void | UpdateConstructHeader (void *theEnv, struct bsaveConstructHeader *theBsaveConstruct, struct constructHeader *theConstruct, int itemModuleSize, void *itemModuleArray, int itemSize, void *itemArray) |
| globle void | UnmarkConstructHeader (void *theEnv, struct constructHeader *theConstruct) |
| #define _CSTRCBIN_SOURCE_ |
Definition at line 35 of file cstrcbin.c.
| globle void AssignBsaveConstructHeaderVals | ( | struct bsaveConstructHeader * | theBsaveConstruct, | |
| struct constructHeader * | theConstruct | |||
| ) |
Definition at line 77 of file cstrcbin.c.
| globle void MarkConstructHeaderNeededItems | ( | struct constructHeader * | theConstruct, | |
| long | theBsaveID | |||
| ) |
Definition at line 52 of file cstrcbin.c.
| globle void UnmarkConstructHeader | ( | void * | theEnv, | |
| struct constructHeader * | theConstruct | |||
| ) |
Definition at line 146 of file cstrcbin.c.
| LOCALE void UpdateConstructHeader | ( | void * | theEnv, | |
| struct bsaveConstructHeader * | theBsaveConstruct, | |||
| struct constructHeader * | theConstruct, | |||
| int | itemModuleSize, | |||
| void * | itemModuleArray, | |||
| int | itemSize, | |||
| void * | itemArray | |||
| ) |
Definition at line 109 of file cstrcbin.c.
1.5.6