9 lines
No EOL
193 B
C++
9 lines
No EOL
193 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
#include <map>
|
|
|
|
using std::map;
|
|
using std::string;
|
|
|
|
char* Caption(string type, char* BufferData, size_t BufferLength, ArgumentMap Arguments, size_t* DataSize); |