mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-16 00:52:23 -07:00
10 lines
260 B
C
10 lines
260 B
C
// Copyright (c) Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#ifndef CODEVIEW_DUMP_H
|
|
#define CODEVIEW_DUMP_H
|
|
|
|
internal String8 cv_string_from_numeric(Arena *arena, CV_NumericParsed num);
|
|
|
|
#endif // CODEVIEW_DUMP_H
|