mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-12 11:22:00 -04:00
8 lines
75 B
C++
8 lines
75 B
C++
#pragma once
|
|
|
|
namespace dusk {
|
|
namespace TriggerView {
|
|
void execute();
|
|
}
|
|
}
|