mirror of
https://github.com/isledecomp/isle.git
synced 2024-12-01 20:07:20 -05:00
7 lines
No EOL
153 B
C++
7 lines
No EOL
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
|
|
} |