Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
FunctionID.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
5namespace FunctionUtils {
9using FunctionID = std::size_t;
10} // namespace FunctionUtils
Definition BaseFunction.hpp:6
std::size_t FunctionID
FunctionID class to represent a unique identifier for functions.
Definition FunctionID.hpp:9