mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2026-02-04 00:49:08 +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
|