#ifndef SIMS_HPP #define SIMS_HPP #include namespace sims { typedef struct { int x; int y; int r; } body; void two_bodies(SDL_Renderer *r); } #endif