Particle_Simulator/Cpp_Stuff/include/textures.hpp
2024-11-23 21:59:28 -05:00

5 lines
108 B
C++

#include <SDL2/SDL.h>
void init_textures(SDL_Renderer *in_renderer);
SDL_Texture * get_texture(int color);