summaryrefslogtreecommitdiff
path: root/src/simulation/Elements.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-17 17:42:36 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-17 17:42:36 (GMT)
commit80a77f47501336f5d690965a6e8f79f2ef231943 (patch)
tree197c103b6bdf6dfe82c2b6e2314c494aef273896 /src/simulation/Elements.h
parentfdb4dff4d77d36e45e48847a602b53f786380ba0 (diff)
downloadpowder-80a77f47501336f5d690965a6e8f79f2ef231943.zip
powder-80a77f47501336f5d690965a6e8f79f2ef231943.tar.gz
TPT: Added FRAY - Force-ray and RPEL - Repeller f6696282e1
Diffstat (limited to 'src/simulation/Elements.h')
-rw-r--r--src/simulation/Elements.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/simulation/Elements.h b/src/simulation/Elements.h
index 8acafde..7d59dcb 100644
--- a/src/simulation/Elements.h
+++ b/src/simulation/Elements.h
@@ -275,7 +275,9 @@
#define PT_WIRE 156
#define PT_GBMB 157
#define PT_FIGH 158
-#define PT_NUM 159
+#define PT_FRAY 159
+#define PT_REPL 160
+#define PT_NUM 161
//#endif /* ELEMENTS_H_ */