mrmBot-Matrix/natives/homebrew.h

7 lines
125 B
C++

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