mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
implement SetColorString
This commit is contained in:
7
LEGO1/legoutil.cpp
Normal file
7
LEGO1/legoutil.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "legoutil.h"
|
||||
|
||||
// OFFSET: LEGO1 0x1003eae0
|
||||
void ConvertColor(float r, float g, float b, float* out_r, float* out_g, float* out_b)
|
||||
{
|
||||
// todo
|
||||
}
|
Reference in New Issue
Block a user