mrmBot-Matrix/natives/zamn.h

8 lines
171 B
C
Raw Normal View History

#pragma once
2022-12-28 06:20:17 +00:00
#include "common.h"
2022-12-28 06:20:17 +00:00
using std::string;
char* Zamn(string* type, char* BufferData, size_t BufferLength,
ArgumentMap Arguments, size_t* DataSize);