ppsspp/UI/ProfilerDraw.h

9 lines
93 B
C
Raw Normal View History

2015-10-14 15:45:21 +00:00
#pragma once
class UIContext;
#ifdef USE_PROFILER
void DrawProfile(UIContext &ui);
#endif