Adding nrowgrid layout

This commit is contained in:
bakkeby
2019-09-09 19:49:41 +02:00
parent 342fc03b88
commit 973d64f51b
7 changed files with 142 additions and 12 deletions

View File

@ -82,6 +82,10 @@
#include "monocle.h"
#endif
#if NROWGRID_LAYOUT
#include "nrowgrid.h"
#endif
#if TILE_LAYOUT
#include "tile.h"
#endif