mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
Feature/taskforce (#74)
This commit is contained in:
parent
b286e20dfd
commit
dcae37feca
7 changed files with 200 additions and 97 deletions
|
@ -49,6 +49,9 @@ bool RepairTrigger(CString& triggerdata);
|
|||
// coordinate functions
|
||||
void PosToXY(const char* pos, int* X, int* Y);
|
||||
|
||||
// check whether is string is all made of digit numbers
|
||||
bool IsNumeric(const CString& str);
|
||||
|
||||
// HSV -> RGB
|
||||
void HSVToRGB(const unsigned char hsv[3], unsigned char rgb[3]);
|
||||
std::array<unsigned char, 3> HSVToRGB(float h, float s, float v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue