Yume Project 3.0
Touhou-inspired Danmaku game made in C only
Chargement...
Recherche...
Aucune correspondance
collision_rectangle.h
Aller à la documentation de ce fichier.
1
5#pragma once
6#include "ecs/component.h"
7
12typedef struct {
13 float width;
14 float length;
16
17
Macros nécessaire à la création de nouvelles composantes de l'ECS.
#define DEFINE_COMPONENT_MANAGER(Type, Number)
Créé un composant dans l'ECS.
Definition component.h:62
#define DECLARE_SETTER_GETTER(Component, type, champ)
Definition component.h:121
#define MAX_ENTITIES
Definition ecs.h:14
composante collision rectangulaire dans l'ECS
Definition collision_rectangle.h:12
float width
Definition collision_rectangle.h:13
float length
Definition collision_rectangle.h:14