RTech: move forward delcarations out of public headers

These are only used by the runtime's global state.
This commit is contained in:
Kawe Mazidjatari 2025-01-06 16:43:21 +01:00
parent e6c7c7d279
commit 05f37cad73
2 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,9 @@
#define TEXTURESTREAMING_H
#include "public/rtech/istreamdb.h"
struct MaterialGlue_t;
struct TextureAsset_s;
struct TextureStreamMgr_Task_s
{
TextureAsset_s* textureAsset;

View File

@ -10,9 +10,6 @@
#define STBSP_FILE_EXTENSION "stbsp"
#define STBSP_NOMINAL_TEX_RES 4096
struct MaterialGlue_t;
struct TextureAsset_s;
struct StreamDBLump_s
{
uint64_t offset;