mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-07 15:31:11 +00:00
6 lines
174 B
C
6 lines
174 B
C
#pragma once
|
|
|
|
void PrecacheHardwareTextures(int nTile);
|
|
void markTileForPrecache(int tilenum, int palnum);
|
|
void markVoxelForPrecache(int voxnum);
|
|
void precacheMarkedTiles();
|