mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
RTech: move forward delcarations out of public headers
These are only used by the runtime's global state.
This commit is contained in:
parent
e6c7c7d279
commit
05f37cad73
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user