mrmBot-Matrix/natives/circle.h

10 lines
216 B
C
Raw Normal View History

2021-06-29 22:26:22 +00:00
#pragma once
#include <napi.h>
#include <string>
#include <map>
using std::string;
using std::map;
char* Circle(string type, char* BufferData, size_t BufferLength, map<string, string> Arguments, size_t* DataSize);