7 lines
48 B
C++
7 lines
48 B
C++
|
#pragma once
|
||
|
|
||
|
namespace fps
|
||
|
{
|
||
|
int get_fps();
|
||
|
}
|