LibreSplit/include/gui/timer.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

13 lines
400 B
C

#pragma once
#include "include/gui/app_window.h"
void timer_stop_and_reset(LSAppWindow* win);
void timer_start_split(LSAppWindow* win);
void timer_stop_or_reset(LSAppWindow* win);
void timer_unsplit(LSAppWindow* win);
void timer_skip(LSAppWindow* win);
void timer_pause(LSAppWindow* win);
void timer_unpause(LSAppWindow* win);
void timer_stop(LSAppWindow* win);
void timer_split(LSAppWindow* win);