1#ifndef NW4R_G3D_WORK_MEM_H
2#define NW4R_G3D_WORK_MEM_H
3#include <nw4r/types_nw4r.h>
5#include <nw4r/g3d/res/g3d_resanmshp.h>
43static const int WORKMEM_SIZE = 0x18000;
45static const int WORKMEM_NUMTMPSCALE = 2048;
46static const int WORKMEM_NUMMTXID = 2048;
47static const int WORKMEM_NUMBYTECODE = WORKMEM_SIZE;
48static const int WORKMEM_NUMMDLZ = 2048;
49static const int WORKMEM_NUMSKINNINGMTX = 2048;
50static const int WORKMEM_NUMBBMTX = 2048;
51static const int WORKMEM_NUMSHPANMRESULT =
60ulong* GetMtxIDTemporary();
61MdlZ* GetMdlZTemporary();
3D graphics drawing library.