mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 11:00:38 +02:00
Added skydome support.
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
const char *ValueForKey(const char *key);
|
||||
int GetNumKeys();
|
||||
const char *GetKeyString(int iIndex);
|
||||
const idMaterial* GetKeyMaterial(const char* key, const char *defaultMaterial);
|
||||
void SetKeyValue(const char *key, const char *value, bool trackAngles = true);
|
||||
void DeleteKey(const char *key);
|
||||
float FloatForKey(const char *key);
|
||||
|
||||
Reference in New Issue
Block a user