Files
ppsspp/UI/ProfilerDraw.h
T

9 lines
93 B
C++

#pragma once
class UIContext;
#ifdef USE_PROFILER
void DrawProfile(UIContext &ui);
#endif