mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2026-02-04 00:49:08 +00:00
7 lines
128 B
C++
7 lines
128 B
C++
#ifndef TEMPEST_RECT_HPP
|
|
#define TEMPEST_RECT_HPP
|
|
|
|
#include "tempest/rect/CRect.hpp"
|
|
#include "tempest/rect/CiRect.hpp"
|
|
|
|
#endif
|