mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
9 lines
No EOL
93 B
C++
9 lines
No EOL
93 B
C++
#pragma once
|
|
|
|
class UIContext;
|
|
|
|
#ifdef USE_PROFILER
|
|
|
|
void DrawProfile(UIContext &ui);
|
|
|
|
#endif |