1 2 3 4 5 6 7 8 9 10
#ifndef qb_nodeui_hpp #define qb_nodeui_hpp #include "qb.hpp" namespace qb { void draw_node(const qb::node_ptr &node); } #endif