accelerate-1.4.0.0: cbits/tracy/profiler/src/Fonts.hpp
#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
#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