mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
7 lines
153 B
C++
7 lines
153 B
C++
#include "legoutil.h"
|
|
|
|
// OFFSET: LEGO1 0x1003eae0
|
|
void ConvertColor(float r, float g, float b, float* out_r, float* out_g, float* out_b)
|
|
{
|
|
// todo
|
|
} |