mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-07 12:03:24 -04:00
8 lines
106 B
C++
8 lines
106 B
C++
#pragma once
|
|
|
|
namespace dusk::android {
|
|
|
|
void update_surface_frame_rate();
|
|
|
|
} // namespace dusk::android
|