mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
6f4e380728
Also turned several level-specific init options into map flags or map parameters.
7 lines
224 B
C
7 lines
224 B
C
#pragma once
|
|
|
|
void PrecacheHardwareTextures(int nTile);
|
|
void markTileForPrecache(int tilenum, int palnum);
|
|
void markTextureForPrecache(const char* texname);
|
|
void markVoxelForPrecache(int voxnum);
|
|
void precacheMarkedTiles();
|