Files
game/mario/global_vars.cpp
T

5 lines
121 B
C++
Raw Normal View History

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