mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
5 lines
108 B
C
5 lines
108 B
C
#pragma once
|
|
|
|
void PerfInit();
|
|
void PerfClose();
|
|
void PerfPrintf(int x, int y, const char *fmt, ...);
|