LeviLamina
Loading...
Searching...
No Matches
CrashDumpLogHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace CrashDumpLogHelper {
6// functions
7// NOLINTBEGIN
8MCAPI void writeStringsToBuffer(::std::vector<::std::string> const& strings, char* buffer, uint64 bufferSize);
9// NOLINTEND
10
11} // namespace CrashDumpLogHelper
Definition buffer.h:5