mrmBot-Matrix/natives/colors.h

11 lines
226 B
C
Raw Normal View History

2021-12-14 07:16:23 +00:00
#pragma once
2022-11-27 20:52:40 +00:00
#include <any>
#include <map>
#include <string>
2021-12-14 07:16:23 +00:00
2022-11-27 20:52:40 +00:00
using std::any;
using std::map;
using std::string;
2022-11-27 20:52:40 +00:00
char* Colors(string type, char* BufferData, size_t BufferLength, map<string, any> Arguments, size_t* DataSize);