summaryrefslogtreecommitdiff
path: root/src/widget/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/table.h')
-rw-r--r--src/widget/table.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/widget/table.h b/src/widget/table.h
deleted file mode 100644
index 0585140..0000000
--- a/src/widget/table.h
+++ /dev/null
@@ -1,9 +0,0 @@
1#pragma once
2
3#include <ui.h>
4
5#include "widget.h"
6
7const uiCell* GetCell(const uiTable* table, int row, int col);
8uiCell* GetCellMut(uiTable* table, int row, int col);
9uiCell** GetLastRow(uiTable* table);