/* * Structogram.hpp * * Created on: Nov 28, 2017 * Author: naopross */ #ifndef SRC_DIAGRAM_STRUCTOGRAM_HPP_ #define SRC_DIAGRAM_STRUCTOGRAM_HPP_ #include "Scope.hpp" namespace samb { typedef Scope Structogram; } #endif /* SRC_DIAGRAM_STRUCTOGRAM_HPP_ */