Files
game/sdlpp/sdlpp_geometry.hpp
T

8 lines
135 B
C++
Raw Normal View History

2021-03-12 22:33:46 +01:00
#ifndef SDLPP_HPP_GEOMETRY
#define SDLPP_HPP_GEOMETRY
#include "sdlpp_geometry_vector.hpp"
#include "sdlpp_geometry_line.hpp"
#endif