![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <concepts>#include <tuple>Go to the source code of this file.
Macros | |
| #define | ATLASGAMEMANAGER_FUNCTIONDECOMP_HPP |
Typedefs | |
| template<typename Func> | |
| using | FunctionReturn = FunctionDecomp< Func >::ResultType |
| template<typename Func> | |
| using | FunctionTuple = FunctionDecomp< Func >::ArgTuple |
| #define ATLASGAMEMANAGER_FUNCTIONDECOMP_HPP |
| using FunctionReturn = FunctionDecomp< Func >::ResultType |
| using FunctionTuple = FunctionDecomp< Func >::ArgTuple |