Moved UI interfaces to ui.h

This commit is contained in:
James Booth
2015-06-15 20:11:34 +01:00
parent 38ed9188d3
commit 5cdd69f478
11 changed files with 208 additions and 139 deletions

View File

@@ -35,7 +35,7 @@
#ifndef WINDOW_LIST_H
#define WINDOW_LIST_H
#include "ui/window.h"
#include "ui/ui.h"
void wins_init(void);