summaryrefslogtreecommitdiff
path: root/src/include/all.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2023-01-27 22:49:03 -0500
committerFox Caminiti <fox@foxcam.net>2023-01-27 22:49:03 -0500
commitc40fb7c82be088db4166e92f131865f72b975f56 (patch)
tree309e03fe6e23c87f3d70928abfef26a355a033a3 /src/include/all.h
parentd6e916319a050070c53eb283470a3fd4833392a0 (diff)
selection improvements
Diffstat (limited to 'src/include/all.h')
-rw-r--r--src/include/all.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/all.h b/src/include/all.h
index e2a2a2f..08a96e6 100644
--- a/src/include/all.h
+++ b/src/include/all.h
@@ -507,6 +507,10 @@ 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);
+
+inline void
+ImGui_DrawCenteredRect(ImDrawList *draw_list, ImVec2 Point, real32 Width, uint32 col);
+
static bool32
Layer_TestForPoint(memory *Memory, project_state *State, ui *UI, sorted_comp_array *SortedCompArray, sorted_layer_array *SortedLayerArray, uint16 PrincipalIndex, v2 CompUV);