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