mrmBot-Matrix/natives/bounce.h
2022-12-28 14:24:22 -06:00

7 lines
No EOL
162 B
C++

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