mirror of
https://github.com/isledecomp/isle.git
synced 2024-12-03 04:47:29 -05: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
|
||
|
}
|