]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h
Basic functionnality adition showing the black box input ports
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GlobalConstants.h
index bdc66c189f243388fd82beca17efd498b2ad1752..364c9026ca431f875db5a16a8c1aa5f3175daecc 100644 (file)
@@ -47,6 +47,8 @@ namespace bbtk
        const int GBLACKBOX = 1;
        const int GCONNECTOR = 2;
        const int GPORT = 3;
+       const int GINPUTPORT = 4;
+       const int GOUTPUTPORT = 5;
 
        // Object states
        static const int NOTHING_HAPPENS = 101;