// "Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman // Ken Silverman's official web site: "http://www.advsys.net/ken" // See the included license file "BUILDLIC.TXT" for license info. // // This file has been modified from Ken Silverman's original release // by Jonathon Fowler (jf@jonof.id.au) // by the EDuke32 team (development@voidpoint.com) #ifndef cache1d_h_ #define cache1d_h_ void cacheAllocateBlock(intptr_t *newhandle, int32_t newbytes, uint8_t *newlockptr); #endif // cache1d_h_