mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 18:42:28 +00:00
6 lines
98 B
C++
6 lines
98 B
C++
#ifndef TEMPEST_PLANE_HPP
|
|
#define TEMPEST_PLANE_HPP
|
|
|
|
#include "tempest/plane/C4Plane.hpp"
|
|
|
|
#endif
|