feat: multiple circles
This commit is contained in:
14
include/sims.hpp
Normal file
14
include/sims.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SIMS_HPP
|
||||
#define SIMS_HPP
|
||||
#include <SDL3/SDL_render.h>
|
||||
|
||||
namespace sims {
|
||||
typedef struct {
|
||||
int x;
|
||||
int y;
|
||||
int r;
|
||||
} body;
|
||||
void two_bodies(SDL_Renderer *r);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user