mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 10:32:29 +00:00
7 lines
131 B
C++
7 lines
131 B
C++
#ifndef TEMPEST_BOX_HPP
|
|
#define TEMPEST_BOX_HPP
|
|
|
|
#include "tempest/box/CAaBox.hpp"
|
|
#include "tempest/box/CBoundingBox.hpp"
|
|
|
|
#endif
|