forked from Alepha/Alepha
20 lines
337 B
C++
20 lines
337 B
C++
static_assert( __cplusplus > 2020'99 );
|
|
|
|
#pragma once
|
|
|
|
#include <Alepha/Alepha.h>
|
|
|
|
namespace Alepha::Hydrogen ::detail:: types_m
|
|
{
|
|
inline namespace exports
|
|
{
|
|
using argvec_t= const char *const [];
|
|
using argcnt_t= int;
|
|
}
|
|
}
|
|
|
|
namespace Alepha::Hydrogen::inline exports::inline types_m
|
|
{
|
|
using namespace detail::types_m::exports;
|
|
}
|