diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 18:41:48 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-05-01 18:49:11 +0200 |
| commit | 1d0943fafdb3c547965917eb4dfcb4d6445461a4 (patch) | |
| tree | c924a58f9caa5d61095af780afcb46ff3a0deee9 /src/moves.h | |
| parent | bb689c922e2b34f6f803a6593190ba5f6993f8c5 (diff) | |
| download | nissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.tar.gz nissy-classic-1d0943fafdb3c547965917eb4dfcb4d6445461a4.zip | |
Added void in function prototypes and declarations
Diffstat (limited to 'src/moves.h')
| -rw-r--r-- | src/moves.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moves.h b/src/moves.h index 14ae087..61c5622 100644 --- a/src/moves.h +++ b/src/moves.h | |||
| @@ -25,6 +25,6 @@ Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a); | |||
| 25 | Cube apply_move(Move m, Cube cube); | 25 | Cube apply_move(Move m, Cube cube); |
| 26 | Alg * cleanup(Alg *alg); | 26 | Alg * cleanup(Alg *alg); |
| 27 | 27 | ||
| 28 | void init_moves(); | 28 | void init_moves(void); |
| 29 | 29 | ||
| 30 | #endif | 30 | #endif |
