fbi-i18n-zh/source/ui/prompt.h
2016-04-19 18:16:51 -07:00

7 lines
501 B
C

#pragma once
#include "ui.h"
void prompt_display(const char* name, const char* text, u32 rgba, bool option, void* data, void (*update)(ui_view* view, void* data),
void (*drawTop)(ui_view* view, void* data, float x1, float y1, float x2, float y2),
void (*onResponse)(ui_view* view, void* data, bool response));