isle/LEGO1/legovideomanager.cpp

7 lines
133 B
C++
Raw Normal View History

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