| author | ecalot
<ecalot> 2004-06-19 20:20:45 UTC |
| committer | ecalot
<ecalot> 2004-06-19 20:20:45 UTC |
| parent | d99f179e2dccb23db38267f65e497a9392edc26a |
| FP/src/include/resources.h | +5 | -1 |
diff --git a/FP/src/include/resources.h b/FP/src/include/resources.h index fe22a82..3005f24 100644 --- a/FP/src/include/resources.h +++ b/FP/src/include/resources.h @@ -77,11 +77,15 @@ typedef struct { char* desc; }tResource; +typedef struct { + unsigned char* array; + long int size; +}tMemory; typedef struct { int frames; tDataType type; - void* pFrames; + void** pFrames; }tData; tData* resLoad(int id);