rename _ct_shared.h -> ct_shared.h

This commit is contained in:
Emile Clark-Boman 2025-09-28 00:04:36 +10:00
parent 474b232b3a
commit 7466d19c5e
4 changed files with 21 additions and 17 deletions

View file

@ -1,7 +1,7 @@
#ifndef _CURSETREE_SURFACE_H
#define _CURSETREE_SURFACE_H
#include "_ct_shared.h"
#include "ct_shared.h"
typedef struct ct_surface {
pos x, y, w, h;