6 lines
91 B
C++
6 lines
91 B
C++
#pragma once
|
|
|
|
namespace flow {
|
|
using FunctionPtr = auto (*)() -> void;
|
|
} // namespace flow
|