symlinking library headers for better portability

This commit is contained in:
kin fuyuki 2026-02-20 00:30:40 -03:00
commit 55b9b9d4fa
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
28 changed files with 645 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#include "themes.h"
enginend::theme clienttheme;
enginend::theme servertheme;

View file

@ -0,0 +1,5 @@
#pragma once
#include <enginend/scenes/nodes.h>
extern enginend::theme clienttheme;
extern enginend::theme servertheme;