mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +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();
|