1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27450 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-16 20:47:23 +00:00
parent 1c1d10b9fd
commit 025147effb
9 changed files with 424 additions and 11 deletions

View file

@ -35,6 +35,7 @@
#include "skinviewer.h"
#include "devicestate.h"
#include "skintimer.h"
#include "targetdata.h"
class ProjectModel;
class TabContent;