]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
Basic functionnality adition showing the black box input ports
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 98a9ead6ed77b29bb5aef5d3813e95e78fbdef4a..5f157fec55214bc9f7b762a4a1be91362f38162d 100644 (file)
@@ -43,15 +43,22 @@ Version:   $Revision$
 #ifndef __wxGEditorTabPanel_h__
 #define __wxGEditorTabPanel_h__
 
+//Includes same project
+#include "wxVtkSceneManager.h"
+
+//Includes wxWidgets
 #include <wx/panel.h>
 #include <wx/aui/aui.h>
 #include <wx/dnd.h>
 
+//Includes creaMaracasVisu
 #include <wxVtk3DBaseView.h>
 
+//Includes std
 #include <iostream>
 
-#include "wxVtkSceneManager.h"
+
+
 
 namespace bbtk
 {