forked from Alepha/Alepha
15 lines
170 B
C++
15 lines
170 B
C++
static_assert( __cplusplus > 2020'99 );
|
|
|
|
#pragma once
|
|
|
|
#include <Alepha/Alepha.h>
|
|
|
|
#include <functional>
|
|
|
|
|
|
namespace Alepha::Hydrogen::Truss
|
|
{
|
|
using ::std::function;
|
|
}
|
|
|