Files
ox/src/nostalgia/modules/keelmodules.hpp
T
2025-01-08 23:02:08 -06:00

12 lines
167 B
C++

/*
* Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
#pragma once
namespace nostalgia {
void registerKeelModules() noexcept;
}