mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
10 lines
276 B
C
10 lines
276 B
C
#pragma once
|
|
|
|
#include "textureid.h"
|
|
|
|
void PrecacheHardwareTextures(int nTile);
|
|
void markTextureForPrecache(FTextureID texid, int palnum);
|
|
void markTextureForPrecache(const char* texname);
|
|
void markVoxelForPrecache(int voxnum);
|
|
void precacheMarkedTiles();
|
|
void precacheMap();
|