Yume Project 3.0
Touhou-inspired Danmaku game made in C only
Chargement...
Recherche...
Aucune correspondance
nonspell1.h
Aller à la documentation de ce fichier.
1#pragma once
2
3#include "coroutine/tasks.h"
4#include "player.h"
5
6DECLARE_EXTERN_TASK(moriya_nonspell_1, {Pool *pool; Entity boss; });
uint32_t Entity
Une entité est un indice.
Definition ecs.h:20
Gestion du joueur : structures Player, Weapon.
La pool est la structure qui contient l'Entity Component System Elle gêre les différentes composantes...
Definition pool.h:42
#define DECLARE_EXTERN_TASK(name,...)
Definition tasks.h:143