mrmBot-Matrix/natives/colors.h

8 lines
191 B
C
Raw Normal View History

2021-12-14 07:16:23 +00:00
#pragma once
2022-11-27 23:23:57 +00:00
#include "common.h"
2021-12-14 07:16:23 +00:00
using std::string;
2023-03-09 01:36:39 +00:00
char* Colors(string type, string* outType, char* BufferData, size_t BufferLength,
ArgumentMap Arguments, size_t* DataSize);