mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 18:42:28 +00:00
7 lines
134 B
C++
7 lines
134 B
C++
#ifndef TEMPEST_RANGE_HPP
|
|
#define TEMPEST_RANGE_HPP
|
|
|
|
#include "tempest/range/CRange.hpp"
|
|
#include "tempest/range/CiRange.hpp"
|
|
|
|
#endif
|