refactor & angle fix
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user