Particle_Simulator/Cpp_Stuff/include/textures.hpp

5 lines
108 B
C++
Raw Permalink Normal View History

2024-11-23 21:59:28 -05:00
#include <SDL2/SDL.h>
void init_textures(SDL_Renderer *in_renderer);
SDL_Texture * get_texture(int color);