11 lines
119 B
C
11 lines
119 B
C
#ifndef TILING_DECL_H
|
|
#define TILING_DECL_H
|
|
|
|
#include "utils/utils.h"
|
|
|
|
struct Window {};
|
|
|
|
struct TileBlock {};
|
|
|
|
#endif
|