mrmBot-Matrix/natives/explode.h

9 lines
194 B
C++

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