Yume Project 3.0
Touhou-inspired Danmaku game made in C only
Chargement...
Recherche...
Aucune correspondance
moonlight.h
Aller à la documentation de ce fichier.
1
6#pragma once
7#include "core/game_state.h"
8
Fonctions permettant de gêrer l'état du programme.
void state_moonlight_cleanup(GameContext *ctx)
void state_moonlight_draw(GameContext *ctx)
void state_moonlight_update(GameContext *ctx)
void state_moonlight_init(GameContext *ctx)
Un GameContext contient l'ensemble des variables globales du jeu à un moment donné....
Definition game_state.h:64