symlinking library headers for better portability
This commit is contained in:
parent
d04b700809
commit
55b9b9d4fa
28 changed files with 645 additions and 0 deletions
4
games/forespend/src/common/themes.cpp
Normal file
4
games/forespend/src/common/themes.cpp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#include "themes.h"
|
||||
|
||||
enginend::theme clienttheme;
|
||||
enginend::theme servertheme;
|
||||
5
games/forespend/src/common/themes.h
Normal file
5
games/forespend/src/common/themes.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
#include <enginend/scenes/nodes.h>
|
||||
|
||||
extern enginend::theme clienttheme;
|
||||
extern enginend::theme servertheme;
|
||||
Loading…
Add table
Add a link
Reference in a new issue