mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 23:52:22 -07:00
13 lines
328 B
C
13 lines
328 B
C
// Copyright (c) 2024 Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#ifndef EVAL_DECODE_H
|
|
#define EVAL_DECODE_H
|
|
|
|
////////////////////////////////
|
|
// NOTE(allen): Eval Decode Function
|
|
|
|
internal void eval_print_decode_from_bytecode(FILE *out, String8 bytecode);
|
|
|
|
#endif //EVAL_DECODE_H
|