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
No related branches found
No related tags found
1 merge request!42Renommer type "planet_t" par "celestial_body_t"
#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.
Finish editing this message first!
Please register or to comment