#ifndef TEMPEST_SPHERE_C_AASPHERE_HPP #define TEMPEST_SPHERE_C_AASPHERE_HPP #include "tempest/Vector.hpp" class CAaSphere { public: // Member variables C3Vector c; float r; }; #endif