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
9
extern
void
state_moonlight_update
(
GameContext
*ctx);
10
extern
void
state_moonlight_draw
(
GameContext
*ctx);
11
extern
void
state_moonlight_init
(
GameContext
*ctx);
12
extern
void
state_moonlight_cleanup
(
GameContext
*ctx);
game_state.h
Fonctions permettant de gêrer l'état du programme.
state_moonlight_cleanup
void state_moonlight_cleanup(GameContext *ctx)
state_moonlight_draw
void state_moonlight_draw(GameContext *ctx)
state_moonlight_update
void state_moonlight_update(GameContext *ctx)
state_moonlight_init
void state_moonlight_init(GameContext *ctx)
GameContext
Un GameContext contient l'ensemble des variables globales du jeu à un moment donné....
Definition
game_state.h:64
lib
internal
content
stage
moonlight
moonlight.h
Généré par
1.16.1