mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-07 19:10:25 +00:00
Move ImageEntry to header in prevision of sharing it with other CPP files in the future
This commit is contained in:
@@ -124,12 +124,6 @@ namespace tracy
|
||||
class ImageCache
|
||||
{
|
||||
public:
|
||||
struct ImageEntry
|
||||
{
|
||||
void* m_startAddress = nullptr;
|
||||
void* m_endAddress = nullptr;
|
||||
char* m_name = nullptr;
|
||||
};
|
||||
|
||||
ImageCache()
|
||||
: m_images( 512 )
|
||||
|
||||
Reference in New Issue
Block a user