mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
untabify
This commit is contained in:
parent
c5e974a15d
commit
c27494e73d
1 changed files with 299 additions and 298 deletions
1
star.c
1
star.c
|
@ -13,6 +13,7 @@ typedef enum {
|
|||
VOID =' ',
|
||||
GIFT ='*'
|
||||
} cell;
|
||||
|
||||
typedef enum {
|
||||
UP ='u',
|
||||
DOWN ='d',
|
||||
|
|
Loading…
Reference in a new issue