MCPcopy Create free account
hub / github.com/diasurgical/devilution / MisFileData

Class MisFileData

structs.h:383–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381} MissileData;
382
383typedef struct MisFileData {
384 unsigned char mAnimName;
385 unsigned char mAnimFAmt;
386 char *mName;
387 int mFlags;
388 unsigned char *mAnimData[16];
389 unsigned char mAnimDelay[16];
390 unsigned char mAnimLen[16];
391 int mAnimWidth[16];
392 int mAnimWidth2[16];
393} MisFileData;
394
395typedef struct ChainStruct {
396 int idx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected