grid and mouse snapping

This commit is contained in:
Luka Jankovic 2025-08-30 21:40:16 +02:00
parent 736829a119
commit 61986f41fa
7 changed files with 72 additions and 19 deletions

View file

@ -27,6 +27,6 @@
#include "kubo_context.h"
#include "kubo_command_bar.h"
void kubo_bar_render(struct kubo_context *context);
void kubo_bar_render(struct kubo_context *context, bool snap_enabled);
#endif