Skip to content
Snippets Groups Projects

Renommer type "planet_t" par "celestial_body_t"

Merged arian.dervisha requested to merge arian.dervisha/isc_physics:master into master
#include "gfx/gfx.h"
#include "vec2/vec2.h"
#include "planet/planet.h"
#include "celestial_body/celestial_body.h"
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Loading