summaryrefslogtreecommitdiffhomepage
path: root/src/layout_editor.h
blob: a05cca7a2c9c1ebbbf97e76ed757b5e6e80a0244 (plain)
1
2
3
4
5
#pragma once
#include "config.h"

void layout_editor_init(void);
void layout_editor_draw(const char *exePath, UILayout *layout);