mirror of
https://github.com/Relintai/sfw.git
synced 2025-01-09 21:19:36 +01:00
Moved the font data tables to a new file.
This commit is contained in:
parent
5e9954bcf7
commit
8d75698935
File diff suppressed because it is too large
Load Diff
3171
sfw/render_core/font_data_tables.inc.h
Normal file
3171
sfw/render_core/font_data_tables.inc.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -40,6 +40,7 @@
|
|||||||
#include "stb_image_write.h"
|
#include "stb_image_write.h"
|
||||||
|
|
||||||
#include "font_data_bm_mini.inc.h"
|
#include "font_data_bm_mini.inc.h"
|
||||||
|
#include "font_data_tables.inc.h"
|
||||||
|
|
||||||
#define RGB4(r, g, b, a) ((((uint32_t)a) << 24) | (((uint32_t)b) << 16) | (((uint32_t)g) << 8) | ((uint32_t)r))
|
#define RGB4(r, g, b, a) ((((uint32_t)a) << 24) | (((uint32_t)b) << 16) | (((uint32_t)g) << 8) | ((uint32_t)r))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user