forked from Alepha/Alepha
Updated some things to C++20 headers.
Lots more to do...
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
register "Alepha/Mockination/mockination";
|
||||
|
||||
#include <utility>
|
||||
#include <iostream>
|
||||
|
@ -1,3 +1,5 @@
|
||||
static_assert( __cplusplus > 2020'00 );
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Alepha/Alepha.h>
|
||||
|
Reference in New Issue
Block a user