Version 0.10.0

- UI reworked
This commit is contained in:
Nikolaj Schlej 2013-11-22 23:25:15 +01:00
parent 8a3792d9b5
commit 5592529b33
7 changed files with 308 additions and 569 deletions

View file

@ -31,6 +31,7 @@ public:
// Action types
enum ActionTypes {
NoAction = 50,
Modify,
Remove,
Rebuild
};