mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 11:06:44 +01:00
typo
This commit is contained in:
parent
87dd644be6
commit
2fc3ac1a9a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ bool ShowMeter(struct Game *game, struct TM_Action *action, enum TM_ActionState
|
||||||
/*! \brief Fly Derpy, fly! */
|
/*! \brief Fly Derpy, fly! */
|
||||||
bool Fly(struct Game *game, struct TM_Action *action, enum TM_ActionState state);
|
bool Fly(struct Game *game, struct TM_Action *action, enum TM_ActionState state);
|
||||||
|
|
||||||
/*! \brief Generates obstracles. */
|
/*! \brief Generates obstacles. */
|
||||||
bool GenerateObstacles(struct Game *game, struct TM_Action *action, enum TM_ActionState state);
|
bool GenerateObstacles(struct Game *game, struct TM_Action *action, enum TM_ActionState state);
|
||||||
|
|
||||||
/*! \brief Stops Derpy. */
|
/*! \brief Stops Derpy. */
|
||||||
|
|
Loading…
Reference in a new issue