Renamed text overlay class to avoid collision with base class
This commit is contained in:
parent
33915ac557
commit
5f80f49153
2 changed files with 19 additions and 15 deletions
2
external/stb/stb_font_consolas_24_latin1.inl
vendored
2
external/stb/stb_font_consolas_24_latin1.inl
vendored
|
|
@ -61,6 +61,8 @@ static void draw_string_float(float x, float y, char *str) // draw with top-left
|
|||
}
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef STB_FONTCHAR__TYPEDEF
|
||||
#define STB_FONTCHAR__TYPEDEF
|
||||
typedef struct
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue