mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 21:31:03 +00:00
6 lines
135 B
C
6 lines
135 B
C
|
#pragma once
|
||
|
|
||
|
void PrecacheHardwareTextures(int nTile);
|
||
|
void markTileForPrecache(int tilenum, int palnum);
|
||
|
void precacheMarkedTiles();
|