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

8 lines
224 B
C
Raw Normal View History

#pragma once
void PrecacheHardwareTextures(int nTile);
void markTileForPrecache(int tilenum, int palnum);
void markTextureForPrecache(const char* texname);
2021-04-11 11:38:23 +00:00
void markVoxelForPrecache(int voxnum);
void precacheMarkedTiles();