7 lines
102 B
C
7 lines
102 B
C
#pragma once
|
|
|
|
#include <std/base.h>
|
|
#include <std/ui_core.h>
|
|
|
|
fn UI_Signal ui_button(String string);
|