diff options
Diffstat (limited to 'src/powder.c')
| -rw-r--r-- | src/powder.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c index 00179cc..16d545b 100644 --- a/src/powder.c +++ b/src/powder.c @@ -8,6 +8,24 @@ int isplayer = 0; float player[27]; //[0] is a command cell, [3]-[18] are legs positions, [19] is index, [19]-[26] are accelerations +void draw_dust () +{ + +} +void draw_watr () +{} +void draw_oil () +{} +void draw_pfire () +{} +void draw_stne () +{} +void draw_lava () +{} +void draw_gun () +{} +void draw_nitr () +{} particle *parts; particle *cb_parts; |
