mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 21:11:59 -04:00
7 lines
113 B
C++
7 lines
113 B
C++
#pragma once
|
|
|
|
namespace dusk {
|
|
void DrawBloomWindow(bool& open);
|
|
void ApplyBloomOverride();
|
|
} // namespace dusk
|