mrmBot-Matrix/natives/crop.h

9 lines
191 B
C++

#pragma once
#include "common.h"
#include <map>
using std::map;
using std::string;
char* Crop(string* type, char* BufferData, size_t BufferLength, ArgumentMap Arguments, size_t* DataSize);