minecraft-pi-reborn/mods/include/mods/fps/fps.h

12 lines
102 B
C
Raw Normal View History

2024-02-08 05:34:43 +00:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern double fps;
#ifdef __cplusplus
}
#endif