0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-30 02:30:41 +00:00
raze-gles/source/core/precache.h

7 lines
174 B
C
Raw Normal View History

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