diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
| commit | 5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch) | |
| tree | 4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /src/event.hpp | |
| parent | 80a67230fe192287503092a3d256aea3a494409c (diff) | |
chore: fix compiler warnings + extra includes
Diffstat (limited to 'src/event.hpp')
| -rw-r--r-- | src/event.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/event.hpp b/src/event.hpp index d8f41be..3f19bba 100644 --- a/src/event.hpp +++ b/src/event.hpp @@ -1,12 +1,6 @@ #ifndef PKE_EVENT_HPP #define PKE_EVENT_HPP -#include "dynamic-array.hpp" - -#include <cassert> -#include <cstdint> -#include <cstring> - typedef void (*EventHandler)(); typedef void (*TickEvent)(double); |
