summaryrefslogtreecommitdiff
path: root/scene/scene_string_names.h
diff options
context:
space:
mode:
authorFabian Mathews <supagu@gmail.com>2017-03-25 20:14:41 +1030
committerFabian Mathews <supagu@gmail.com>2017-04-01 16:36:22 +1030
commitb5414024179635f19a16d206d1f016e349dc3d66 (patch)
tree3be16a4ebd5a79b90e3be6f177e948e31a9001e0 /scene/scene_string_names.h
parenta0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (diff)
Added ability to change A-star cost function
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r--scene/scene_string_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h
index 8900bbe1d9..3ca006daba 100644
--- a/scene/scene_string_names.h
+++ b/scene/scene_string_names.h
@@ -49,6 +49,9 @@ class SceneStringNames {
public:
_FORCE_INLINE_ static SceneStringNames *get_singleton() { return singleton; }
+ StringName _estimate_cost;
+ StringName _compute_cost;
+
StringName resized;
StringName dot;
StringName doubledot;