Skip to content

Commit

Permalink
kinda stopped there in the middle idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Aug 21, 2024
1 parent cc52d7d commit a1da232
Show file tree
Hide file tree
Showing 10 changed files with 369 additions and 278 deletions.
8 changes: 8 additions & 0 deletions src/Event.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace Event {
POST_TICK,
CM_FLAGS,
PROCESS_MOVEMENT,
POST_PROCESS_MOVEMENT,
COOP_RESET_DONE,
COOP_RESET_REMOTE,
FRAME,
Expand Down Expand Up @@ -85,6 +86,13 @@ namespace Event {
struct EventData<PROCESS_MOVEMENT> {
int slot;
bool server;
CMoveData *moveData;
};
template <>
struct EventData<POST_PROCESS_MOVEMENT> {
int slot;
bool server;
CMoveData *moveData;
};
template <>
struct EventData<MAYBE_AUTOSUBMIT> {
Expand Down
Loading

0 comments on commit a1da232

Please sign in to comment.