mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +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();
|