summaryrefslogtreecommitdiff
path: root/src/physics.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-04-04 22:35:20 +0200
committerPaweł Redman <pawel.redman@gmail.com>2016-04-04 22:35:20 +0200
commit77a74fcea5c628bb426b5cce1012e4e5504b10f1 (patch)
tree296253fc5d851497bd36890014143afab20fb398 /src/physics.h
parent5e519dca5f8fbf567f8d07f72327f62659eee14d (diff)
Plane wave still broken.
Diffstat (limited to 'src/physics.h')
-rw-r--r--src/physics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/physics.h b/src/physics.h
index 73ea4d7..04744ee 100644
--- a/src/physics.h
+++ b/src/physics.h
@@ -34,6 +34,8 @@ typedef struct {
} phy_field_aux_point;
typedef struct {
+ bool enabled;
+
size_t z;
float Px, Py;