mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-25 06:41:30 -04:00
8 lines
119 B
C++
8 lines
119 B
C++
#pragma once
|
|
|
|
namespace dusk::presentation {
|
|
|
|
void update_frame_rate_preference();
|
|
|
|
} // namespace dusk::presentation
|