mrmBot-Matrix/natives/uncaption.h

9 lines
195 B
C++

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