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

11 lines
426 B
C

#pragma once
#include "include/gui/app_window.h"
// Linker-provided symbols from fallback.o
extern const unsigned char _binary____src_fallback_css_start[];
extern const unsigned char _binary____src_fallback_css_end[];
int ls_app_window_find_theme(const LSAppWindow* win, const char* name, const char* variant, char* out_path);
void ls_app_load_theme_with_fallback(LSAppWindow* win, const char* name, const char* variant);