Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
HasChanged.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace Tools {
9template <typename T> struct HasChanged {};
10} // namespace Tools
Definition HasChanged.hpp:3
A struct representing if the object has changed.
Definition HasChanged.hpp:9