mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
9 lines
93 B
C
9 lines
93 B
C
|
#pragma once
|
||
|
|
||
|
class UIContext;
|
||
|
|
||
|
#ifdef USE_PROFILER
|
||
|
|
||
|
void DrawProfile(UIContext &ui);
|
||
|
|
||
|
#endif
|