boxes.h 126 B

12345678
  1. /// @file
  2. /// @ingroup common_utils
  3. #pragma once
  4. #include <cgraph/list.h>
  5. #include <common/geom.h>
  6. DEFINE_LIST(boxes, boxf)