10 lines
162 B
C++
10 lines
162 B
C++
#include <vector>
|
|
#include "types.hpp"
|
|
|
|
#ifndef MAIN_NS
|
|
#define MAIN_NS
|
|
|
|
extern std::vector<Entity*> loaded_entities;
|
|
extern sdl_session main_sdl_session;
|
|
|
|
#endif |