11 lines
185 B
C++
11 lines
185 B
C++
#pragma once
|
|
|
|
#include <string_view>
|
|
|
|
void draw_console();
|
|
void draw_debug_ui();
|
|
|
|
void load_debug_options();
|
|
void save_debug_options();
|
|
|
|
std::string_view get_shader_source_directory();
|