mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Move struct to gl_common.h
This commit is contained in:
parent
ed5891b8e8
commit
bbfedcedae
@ -23,12 +23,6 @@
|
||||
|
||||
struct font_glyph;
|
||||
|
||||
/* XXX: please include gl_common.h before this file */
|
||||
typedef struct gl_raster_block {
|
||||
bool fullscreen;
|
||||
gl_coord_array_t carr;
|
||||
} gl_font_raster_block_t;
|
||||
|
||||
typedef struct gl_font_renderer
|
||||
{
|
||||
void *(*init)(void *data, const char *font_path, float font_size);
|
||||
|
@ -254,6 +254,12 @@ typedef struct gl_coord_array
|
||||
unsigned allocated;
|
||||
} gl_coord_array_t;
|
||||
|
||||
typedef struct gl_raster_block
|
||||
{
|
||||
bool fullscreen;
|
||||
gl_coord_array_t carr;
|
||||
} gl_font_raster_block_t;
|
||||
|
||||
struct gl_font_renderer;
|
||||
|
||||
typedef struct gl
|
||||
|
Loading…
x
Reference in New Issue
Block a user