[nostalgia] Rename core to gfx

This commit is contained in:
2025-01-20 03:11:04 -06:00
parent d141154a45
commit 762a6517b2
98 changed files with 213 additions and 213 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* Copyright 2016 - 2025 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
#include <nostalgia/core/keelmodule.hpp>
#include <nostalgia/gfx/keelmodule.hpp>
#include <nostalgia/scene/keelmodule.hpp>
namespace nostalgia {
@@ -13,7 +13,7 @@ void registerKeelModules() noexcept {
return;
}
modulesRegistered = true;
keel::registerModule(core::keelModule());
keel::registerModule(gfx::keelModule());
keel::registerModule(scene::keelModule());
}