1 2 3 4 5
#pragma once #include "config.h" void layout_editor_init(void); void layout_editor_draw(const char *exePath, UILayout *layout);