1 Commits

Author SHA1 Message Date
27af86ebf2 Update Event.h 2024-06-01 19:32:26 -04:00

View File

@@ -2,13 +2,14 @@
/// @description Templated Event Hook Class modeled after C# events
/// @author Josh O'Leary - Redacted Software
/// @revision 3
/// @lastedit 2024-02-21
/// @lastedit 2024-06-01
/// @license Unlicense - Public Domain
#pragma once
#include <chrono>
#include <functional>
#include <memory>
// TODO: Document & Explain this