mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
6 lines
93 B
C++
6 lines
93 B
C++
#ifndef TEMPEST_RECT_HPP
|
|
#define TEMPEST_RECT_HPP
|
|
|
|
#include "tempest/rect/CRect.hpp"
|
|
|
|
#endif
|