Skip to content
Snippets Groups Projects
Commit 8edde3a1 authored by Arian Ubuntu's avatar Arian Ubuntu
Browse files

Renommer les fichiers "planet" en "celestial_body"

parent e26ad57b
Branches
No related tags found
No related merge requests found
Pipeline #27432 canceled
#include "planet.h"
#include "celestial_body.h"
#include <stdlib.h>
#define G 6.67e-11
......
#ifndef _PLANET_H_
#define _PLANET_H_
#ifndef _CELESTIAL_BODY_H_
#define _CELESTIAL_BODY_H_
#include "../vec2/vec2.h"
#include "../gfx/gfx.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment