isle/LEGO1/legovideomanager.cpp

7 lines
135 B
C++
Raw Normal View History

2023-06-25 00:47:06 -04:00
#include "legovideomanager.h"
// OFFSET: LEGO1 0x1007c440
void LegoVideoManager::SetSkyColor(float r, float g, float b)
{
//TODO
}