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

8 lines
215 B
C

#pragma once
#include "include/gui/app_window.h"
void ls_app_window_clear_game(LSAppWindow* win);
void ls_app_window_show_game(LSAppWindow* win);
void save_game(ls_game* game);
void timer_start(LSAppWindow* win);