0
0
Fork 0
mirror of https://github.com/DrBeef/Raze.git synced 2025-03-03 07:51:45 +00:00
raze/source/core/precache.h
2021-04-11 13:38:23 +02:00

6 lines
174 B
C

#pragma once
void PrecacheHardwareTextures(int nTile);
void markTileForPrecache(int tilenum, int palnum);
void markVoxelForPrecache(int voxnum);
void precacheMarkedTiles();