summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorsavask <savask@yandex.ru>2012-04-15 10:55:03 (GMT)
committer savask <savask@yandex.ru>2012-04-15 10:56:55 (GMT)
commit8523da398fedef61dbf2f38f437d6c7361e61b86 (patch)
tree85943b70d6933762f17c020ee3baa98fa3c144a0 /includes
parent7a844f51ff7673aa49aee0f04517235c9a4da84a (diff)
downloadpowder-8523da398fedef61dbf2f38f437d6c7361e61b86.zip
powder-8523da398fedef61dbf2f38f437d6c7361e61b86.tar.gz
Added gel - a liquid with variable heat conductivity and viscosity.
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 55dbd41..5f965c8 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -201,6 +201,7 @@
#define PT_BANG 139
#define PT_IGNT 140
#define PT_BOYL 141
+#define PT_GEL 142
#define OLD_PT_WIND 147
#define PT_H2 148
@@ -322,6 +323,7 @@ int graphics_ELEC(GRAPHICS_FUNC_ARGS);
int graphics_WIRE(GRAPHICS_FUNC_ARGS);
int graphics_ACEL(GRAPHICS_FUNC_ARGS);
int graphics_DCEL(GRAPHICS_FUNC_ARGS);
+int graphics_GEL(GRAPHICS_FUNC_ARGS);
#define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt
// to call another update function with same arguments:
@@ -362,6 +364,7 @@ int update_FSEP(UPDATE_FUNC_ARGS);
int update_FUSE(UPDATE_FUNC_ARGS);
int update_FIRW(UPDATE_FUNC_ARGS);
int update_FWRK(UPDATE_FUNC_ARGS);
+int update_GEL(UPDATE_FUNC_ARGS);
int update_GLAS(UPDATE_FUNC_ARGS);
int update_GLOW(UPDATE_FUNC_ARGS);
int update_GOO(UPDATE_FUNC_ARGS);