game/mario/global_vars.cpp

5 lines
121 B
C++
Raw Normal View History

2021-04-25 20:42:55 +00:00
#include "global_vars.hpp"
#include "../sdlpp/sdlpp_texture.hpp"
std::shared_ptr< SDLPP::Texture > g_terrain_texture{};