Cleaned up rendering module
This commit is contained in:
parent
473c4aeffb
commit
b1d092b6e3
10 changed files with 21 additions and 16 deletions
|
|
@ -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");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue