ppsspp/UI/ProfilerDraw.h
2015-10-14 18:10:21 +02:00

9 lines
93 B
C++

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