2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 17:47:42 +00:00

SplitView updates; work on FileBrowser

This commit is contained in:
Jack Andersen
2015-12-21 15:33:27 -10:00
parent af56be4ac1
commit b00635e09e
9 changed files with 261 additions and 59 deletions

View File

@@ -6,6 +6,7 @@ namespace Specter
Table::Table(ViewResources& res, View& parentView)
: View(res, parentView)
{
commitResources(res);
}
}