Particle_Simulator/Cpp_Stuff/include/sim_renderer.h

6 lines
113 B
C
Raw Permalink Normal View History

2024-11-23 21:59:28 -05:00
#include <SDL2/SDL.h>
#include <SDL2/SDL_video.h>
int begin_sim(SDL_Renderer *renderer, SDL_Window *win);