7 lines
No EOL
141 B
C++
7 lines
No EOL
141 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
using std::string;
|
|
|
|
char *Homebrew(string type, string *outType, ArgumentMap Arguments, size_t *DataSize); |