summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorjacksonmj <jacksonmj@jacksonmj.none>2011-01-06 22:26:31 (GMT)
committer jacksonmj <jacksonmj@jacksonmj.none>2011-01-06 22:26:31 (GMT)
commited8c0031f4899ea4d1bf0b1ad15620bef735dbae (patch)
tree7304b287322b8ddae3f7f3cd5a92b99f8d4091d4 /includes/defines.h
parent6eafb157de0e317a17bb74b2c60b5d759d891666 (diff)
downloadpowder-ed8c0031f4899ea4d1bf0b1ad15620bef735dbae.zip
powder-ed8c0031f4899ea4d1bf0b1ad15620bef735dbae.tar.gz
Astyle.
Diffstat (limited to 'includes/defines.h')
-rw-r--r--includes/defines.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 1f134a6..d35888f 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;