mrmBot-Matrix/natives/squish.h

8 lines
175 B
C
Raw Normal View History

2022-10-07 18:26:12 +00:00
#pragma once
#include "common.h"
2022-10-07 18:26:12 +00:00
using std::string;
char* Squish(string* type, char* BufferData, size_t BufferLength,
ArgumentMap Arguments, size_t* DataSize);