Update Event.h
This commit is contained in:
@@ -2,13 +2,14 @@
|
|||||||
/// @description Templated Event Hook Class modeled after C# events
|
/// @description Templated Event Hook Class modeled after C# events
|
||||||
/// @author Josh O'Leary - Redacted Software
|
/// @author Josh O'Leary - Redacted Software
|
||||||
/// @revision 3
|
/// @revision 3
|
||||||
/// @lastedit 2024-02-21
|
/// @lastedit 2024-06-01
|
||||||
/// @license Unlicense - Public Domain
|
/// @license Unlicense - Public Domain
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
// TODO: Document & Explain this
|
// TODO: Document & Explain this
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user