14 lines
513 B
C++
14 lines
513 B
C++
//==================================================================================================
|
|
/*
|
|
ROTGEN - Runtime Overlay for Eigen
|
|
Copyright : CODE RECKONS
|
|
SPDX-License-Identifier: BSL-1.0
|
|
*/
|
|
//==================================================================================================
|
|
#pragma once
|
|
|
|
#include <rotgen/container/block.hpp>
|
|
#include <rotgen/container/map.hpp>
|
|
#include <rotgen/container/matrix.hpp>
|
|
#include <rotgen/container/quaternion.hpp>
|
|
#include <rotgen/container/ref.hpp>
|