// 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