mrmBot-Matrix/natives/colors.h

10 lines
216 B
C
Raw Normal View History

2021-12-14 07:16:23 +00:00
#pragma once
#include <napi.h>
#include <map>
#include <string>
2021-12-14 07:16:23 +00:00
using std::map;
using std::string;
char* Colors(string type, char* BufferData, size_t BufferLength, map<string, string> Arguments, size_t* DataSize);