mrmBot-Matrix/natives/speed.h

8 lines
173 B
C
Raw Normal View History

2021-06-29 22:26:22 +00:00
#pragma once
2020-07-22 18:12:38 +00:00
2022-12-12 18:13:03 +00:00
#include "common.h"
2020-07-22 18:12:38 +00:00
2022-12-12 18:13:03 +00:00
using std::string;
char* Speed(string* type, char* BufferData, size_t BufferLength,
ArgumentMap Arguments, size_t* DataSize);