refactor & angle fix

This commit is contained in:
2025-02-18 15:23:34 +01:00
parent 87c6b5abdf
commit 2dfcc72343
12 changed files with 250 additions and 83 deletions
+10
View File
@@ -0,0 +1,10 @@
#include <vector>
#include "types.hpp"
#ifndef MAIN_NS
#define MAIN_NS
extern std::vector<Entity*> loaded_entities;
extern sdl_session main_sdl_session;
#endif