mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 05:34:10 -04:00
8 lines
104 B
C++
8 lines
104 B
C++
#pragma once
|
|
|
|
#include <mods/api.h>
|
|
|
|
namespace randomizer::ui {
|
|
ModResult initialize();
|
|
void update();
|
|
} |