mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-04-27 14:20:24 +00:00
This should allow for plugins to refer to LibreSplit's functions without having to pull in half of the codebase.
8 lines
157 B
C
8 lines
157 B
C
#pragma once
|
|
|
|
#include <glib.h>
|
|
#include <stdbool.h>
|
|
|
|
gboolean display_non_capable_mem_read_dialog(gpointer data);
|
|
|
|
bool display_confirm_reset_dialog(void);
|