This commit is contained in:
2026-02-02 10:45:22 +00:00
parent 15cef855d6
commit e3fc5323df
17 changed files with 1060 additions and 66 deletions

10
include/tiling/decl.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef TILING_DECL_H
#define TILING_DECL_H
#include "utils/utils.h"
struct Window {};
struct TileBlock {};
#endif