Cleaned up rendering module

This commit is contained in:
Lorenzo Torres 2025-08-07 03:57:53 +02:00
parent 473c4aeffb
commit b1d092b6e3
10 changed files with 21 additions and 16 deletions

View file

@ -1,7 +1,9 @@
pub const ecs = @import("ecs");
pub const Renderer = @import("renderer");
pub const rendering = @import("rendering");
pub const mods = @import("mods");
const Renderer = rendering.Renderer;
const api = @cImport({
@cInclude("sideros_api.h");
});