Next phase of the refactor is done. Now to replace everything in Systems.

This commit is contained in:
Zed A. Shaw 2025-08-19 01:07:28 -04:00
parent 644ff6edc0
commit 81e25f73bb
10 changed files with 163 additions and 82 deletions

View file

@ -7,6 +7,7 @@
#include <iostream>
#include "shaders.hpp"
#include "backend.hpp"
#include "game_level.hpp"
int main(int argc, char* argv[]) {
try {
@ -15,6 +16,7 @@ int main(int argc, char* argv[]) {
guecs::init(&backend);
ai::init("assets/ai.json");
animation::init();
Game::init();
if(DEBUG_BUILD) sound::mute(true);