mrmBot-Matrix/natives/homebrew.h
2023-03-15 10:09:09 -04:00

7 lines
No EOL
147 B
C++

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