Loading pkgs/by-name/gn/gnujump/fix-c23-prototypes.patch 0 → 100644 +16 −0 Original line number Diff line number Diff line diff --git a/src/game.h b/src/game.h index fc75acc..fd511a8 100644 --- a/src/game.h +++ b/src/game.h @@ -207,9 +207,9 @@ void continueTimer (L_timer * time); int yesNoQuestion (data_t * gfx, game_t * game, char *text); -int updateInput (); +int updateInput (game_t * game); -void freeGame (); +void freeGame (game_t * game); void drawGame (data_t * gfx, game_t * game); pkgs/by-name/gn/gnujump/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: { SDL_mixer ]; patches = [ ./fix-c23-prototypes.patch ]; env.NIX_LDFLAGS = "-lm"; desktopItems = [ Loading Loading
pkgs/by-name/gn/gnujump/fix-c23-prototypes.patch 0 → 100644 +16 −0 Original line number Diff line number Diff line diff --git a/src/game.h b/src/game.h index fc75acc..fd511a8 100644 --- a/src/game.h +++ b/src/game.h @@ -207,9 +207,9 @@ void continueTimer (L_timer * time); int yesNoQuestion (data_t * gfx, game_t * game, char *text); -int updateInput (); +int updateInput (game_t * game); -void freeGame (); +void freeGame (game_t * game); void drawGame (data_t * gfx, game_t * game);
pkgs/by-name/gn/gnujump/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ stdenv.mkDerivation (finalAttrs: { SDL_mixer ]; patches = [ ./fix-c23-prototypes.patch ]; env.NIX_LDFLAGS = "-lm"; desktopItems = [ Loading