8 lines
135 B
C++
8 lines
135 B
C++
#ifndef SDLPP_HPP_GEOMETRY
|
|
#define SDLPP_HPP_GEOMETRY
|
|
|
|
#include "sdlpp_geometry_vector.hpp"
|
|
#include "sdlpp_geometry_line.hpp"
|
|
|
|
#endif
|