diff options
Diffstat (limited to 'includes/defines.h')
| -rw-r--r-- | includes/defines.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/defines.h b/includes/defines.h index 562ee0d..f22a3c8 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -112,16 +112,16 @@ extern int death; struct sign { - int x,y,ju; - char text[256]; + int x,y,ju; + char text[256]; }; typedef struct sign sign; struct stamp { - char name[11]; - pixel *thumb; - int thumb_w, thumb_h, dodelete; + char name[11]; + pixel *thumb; + int thumb_w, thumb_h, dodelete; }; typedef struct stamp stamp; |
