summaryrefslogtreecommitdiffstats
path: root/src/Event.hpp
diff options
context:
space:
mode:
authorUIS <uis9936@gmail.com>2020-12-10 13:23:59 +0100
committerLaG1924 <lag1924@gmail.com>2021-06-24 10:48:13 +0200
commit33c756b38e94cef68b3f842c1c2f8bad9d4447a2 (patch)
treebbc7b421b350e50c37e55d951edf15dea5bf667a /src/Event.hpp
parentShader optimization, removed unused argument from GetBlockInfo function (diff)
downloadAltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar
AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.gz
AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.bz2
AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.lz
AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.xz
AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.tar.zst
AltCraft-33c756b38e94cef68b3f842c1c2f8bad9d4447a2.zip
Diffstat (limited to 'src/Event.hpp')
-rw-r--r--src/Event.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Event.hpp b/src/Event.hpp
index 4e04a5a..b1594e7 100644
--- a/src/Event.hpp
+++ b/src/Event.hpp
@@ -79,7 +79,7 @@ public:
void HandleAllEvents();
- bool NotEmpty();
+ bool Empty();
void RegisterHandler(size_t eventId, const HandlerType &data);