mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Forward declare ImFont.
This commit is contained in:
parent
fa9e7c02bc
commit
4347cc58b1
@ -1,5 +1,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "imgui.h"
|
||||
|
||||
#include "IconsFontAwesome5.h"
|
||||
#include "TracyBadVersion.hpp"
|
||||
#include "TracyImGui.hpp"
|
||||
|
@ -1,9 +1,10 @@
|
||||
#ifndef __TRACYBADVERSION_HPP__
|
||||
#define __TRACYBADVERSION_HPP__
|
||||
|
||||
#include <imgui.h>
|
||||
#include "../common/TracyForceInline.hpp"
|
||||
|
||||
struct ImFont;
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user