mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 18:02:01 -04:00
trying to debug, additional rewrites
This commit is contained in:
parent
378b5586ab
commit
42f780a729
87 changed files with 1771 additions and 529 deletions
14
game/default_font.in.cpp
Normal file
14
game/default_font.in.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include <base64.h>
|
||||
|
||||
|
||||
constexpr binary_data font_data ="@CONTENT@";
|
||||
|
||||
extern "C" {
|
||||
|
||||
const void *LoadDefaultFont() {
|
||||
return font_data.begin();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue