mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
bb08a118d9
This will currently not do proper precacing for Duke, which requires actions to be defined as the ones from CON cannot be assigned to an actor.
10 lines
296 B
C
10 lines
296 B
C
#pragma once
|
|
|
|
#include "textureid.h"
|
|
|
|
void PrecacheHardwareTextures(int nTile);
|
|
void markTextureForPrecache(FTextureID texid, int palnum = 0);
|
|
void markTextureForPrecache(const char* texname, int palnum = 0);
|
|
void markVoxelForPrecache(int voxnum);
|
|
void precacheMarkedTiles();
|
|
void precacheMap();
|