0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-02 06:52:58 +00:00
raze/source/core/precache.h

10 lines
276 B
C

#pragma once
#include "textureid.h"
void PrecacheHardwareTextures(int nTile);
void markTextureForPrecache(FTextureID texid, int palnum);
void markTextureForPrecache(const char* texname);
void markVoxelForPrecache(int voxnum);
void precacheMarkedTiles();
void precacheMap();