8 lines
145 B
C
8 lines
145 B
C
#pragma once
|
|
|
|
#include <emgui/Types.h>
|
|
|
|
int Dialog_open(text_t* dest);
|
|
int Dialog_save(text_t* dest);
|
|
void Dialog_showError(const text_t* text);
|