8 lines
122 B
C
8 lines
122 B
C
|
#ifndef TOOLS_H
|
||
|
#define TOOLS_H
|
||
|
|
||
|
#include "drawTools/drawtools.h"
|
||
|
#include "nodeDetails/nodedetails.h"
|
||
|
|
||
|
#endif // TOOLS_H
|