aboutsummaryrefslogtreecommitdiffstats
path: root/include/diagram/structogram.hpp
blob: 84a4b84330504a8272b1f6f264bb4388cc4d5d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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_ */