mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match Infocenter::StartCredits (#537)
* Implement Infocenter::StartCredits * Match
This commit is contained in:

committed by
GitHub

parent
18dff31dbd
commit
a12fdadd4a
@@ -37,6 +37,7 @@ public:
|
||||
|
||||
void SetSkyColor(float p_red, float p_green, float p_blue);
|
||||
void OverrideSkyColor(MxBool p_shouldOverride);
|
||||
void FUN_1007c520();
|
||||
|
||||
inline Lego3DManager* Get3DManager() { return this->m_3dManager; }
|
||||
inline MxDirect3D* GetDirect3D() { return this->m_direct3d; }
|
||||
|
Reference in New Issue
Block a user