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

@ -20,6 +20,7 @@
#define KUBO_WINDOW_H
#include <raylib.h>
#include <rlgl.h>
#include "kubo_bar.h"
#include "kubo_camera.h"
@ -31,6 +32,8 @@
#define KUBO_TARGET_FPS 165
#define KUBO_GRID_SIZE 50
void kubo_window_init();
void kubo_window_cleanup();