[nostalgia] Rename core to gfx
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user