geom/fwd: add forward declaration for region
This commit is contained in:
parent
1e1aa33b75
commit
09e0b6e9a7
11
geom/fwd.hpp
11
geom/fwd.hpp
@ -6,10 +6,13 @@
|
||||
* Copyright 2015-2018 Danny Robson <danny@nerdcruft.net>
|
||||
*/
|
||||
|
||||
#ifndef CRUFT__UTIL_GEOM_FWD_HPP
|
||||
#define CRUFT__UTIL_GEOM_FWD_HPP
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstddef>
|
||||
|
||||
namespace cruft {
|
||||
template <size_t S, typename T> struct region;
|
||||
}
|
||||
|
||||
namespace cruft::geom {
|
||||
template <size_t S, typename T> struct aabb;
|
||||
@ -24,5 +27,3 @@ namespace cruft::geom {
|
||||
|
||||
template <typename T> struct frustum;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user