summaryrefslogtreecommitdiff
path: root/src/include/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/all.h')
-rw-r--r--src/include/all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/all.h b/src/include/all.h
index 9d7fe77..e2a2a2f 100644
--- a/src/include/all.h
+++ b/src/include/all.h
@@ -507,6 +507,8 @@ Transform_Recurse(project_state *State, memory *Memory, block_composition *MainC
sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray,
real32 *MinX, real32 *MinY, real32 *MaxX, real32 *MaxY);
+static bool32
+Layer_TestForPoint(memory *Memory, project_state *State, ui *UI, sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray, uint16 PrincipalIndex, v2 CompUV);
static v2
TransformPoint(layer_transforms T, real32 Width, real32 Height, v2 Point);