mirror of
https://github.com/slendidev/lunar.git
synced 2026-03-19 15:16:51 +02:00
12
subprojects/tracy/profiler/src/Fonts.hpp
Normal file
12
subprojects/tracy/profiler/src/Fonts.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __FONTS_HPP__
|
||||
#define __FONTS_HPP__
|
||||
|
||||
struct ImFont;
|
||||
|
||||
extern ImFont* s_bigFont;
|
||||
extern ImFont* s_smallFont;
|
||||
extern ImFont* s_fixedWidth;
|
||||
|
||||
void LoadFonts( float scale );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user