diff options
| author | Simon <simon@hardwired.org.uk> | 2010-12-11 03:46:34 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-12-11 03:46:34 (GMT) |
| commit | be7acfd99b4a64c1aa86fcff14729caf06d908c4 (patch) | |
| tree | 219ad095c7d84d3849a807041d8b8d4fde9c3aab /includes | |
| parent | d8cd71f912bdea38dff16eeaccf524145c444c1f (diff) | |
| parent | 2b702ee01f30a46a65415b7cd2816a6aa8b20ee9 (diff) | |
| download | powder-be7acfd99b4a64c1aa86fcff14729caf06d908c4.zip powder-be7acfd99b4a64c1aa86fcff14729caf06d908c4.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h index 1d3315b..e7af268 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -254,6 +254,7 @@ struct part_state int burn; float btemp; }; + typedef struct part_state part_state; //Should probably be const. /* Weight Help |
