mirror of
https://github.com/LibreSplit/LibreSplit.git
synced 2026-04-28 06:40:23 +00:00
This should allow for plugins to refer to LibreSplit's functions without having to pull in half of the codebase.
6 lines
151 B
C
6 lines
151 B
C
#pragma once
|
|
#include "include/gui/app_window.h"
|
|
|
|
extern void timer_stop_or_reset(LSAppWindow* win);
|
|
|
|
void process_delayed_handlers(LSAppWindow* win);
|