Moved MenuPrivate implementation to its own file. Made MenuPrivate.h

self-contained. Adjusted other files accordingly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31963 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2009-07-30 10:41:33 +00:00
parent c3d7cee2d9
commit 7a8567e61d
5 changed files with 270 additions and 260 deletions
+1
View File
@@ -9,6 +9,7 @@
#ifndef __MENU_PRIVATE_H
#define __MENU_PRIVATE_H
#include <Menu.h>
enum menu_states {
MENU_STATE_TRACKING = 0,