link.h
Go to the documentation of this file.
1 #ifndef DNAI_MODELS_GUI_DATA_LINK_H
2 #define DNAI_MODELS_GUI_DATA_LINK_H
3 
6 
7 namespace dnai
8 {
9  namespace models
10  {
11  namespace gui
12  {
13  namespace data
14  {
15  struct Link
16  {
19  };
20  }
21  }
22  }
23 }
24 
25 #endif //DNAI_MODELS_GUI_DATA_LINK_H
Definition: instruction.h:15
Definition: api.h:13