LibreSplit/include/keybinds/delayed_callbacks.h
Penaz 3f2ba7f54c Restructuring project folders
This should allow for plugins to refer to LibreSplit's functions without
having to pull in half of the codebase.
2026-03-25 21:57:10 +01:00

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);