2021-06-29 22:26:22 +00:00
|
|
|
#pragma once
|
2020-07-21 14:03:08 +00:00
|
|
|
|
2022-12-26 06:28:56 +00:00
|
|
|
#include "common.h"
|
2020-07-21 14:03:08 +00:00
|
|
|
|
2022-12-26 06:28:56 +00:00
|
|
|
using std::string;
|
|
|
|
|
2023-03-09 01:36:39 +00:00
|
|
|
char *Homebrew(string type, string *outType, ArgumentMap Arguments, size_t *DataSize);
|