comparison gui/ui/render.h @ 35525:e27855a45128

Rebuild GUI directory structure. Create new directory app/ and move app.*, cfg.* and gui.h to app/.
author ib
date Thu, 06 Dec 2012 13:47:47 +0000
parents 520fb0f7544c
children f2093dc82b5f
comparison
equal deleted inserted replaced
35524:dd7de6052739 35525:e27855a45128
17 */ 17 */
18 18
19 #ifndef MPLAYER_GUI_RENDER_H 19 #ifndef MPLAYER_GUI_RENDER_H
20 #define MPLAYER_GUI_RENDER_H 20 #define MPLAYER_GUI_RENDER_H
21 21
22 #include "gui/app.h" 22 #include "gui/app/app.h"
23 23
24 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db); 24 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db);
25 25
26 #endif /* MPLAYER_GUI_RENDER_H */ 26 #endif /* MPLAYER_GUI_RENDER_H */