diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pile.h b/include/pile.h index 031424f..e06d11f 100644 --- a/include/pile.h +++ b/include/pile.h @@ -41,6 +41,6 @@ void move_to_resultat_pile(void); char * pop_resultat(void); - +int has_resultat(void); #endif |