donotturnoff / aerend

My third year project
0 stars 0 forks source link

Move event type and wid into wrapper struct #177

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

Currently each event type has its own type and wid field, but these could be combined if a wrapper struct for the current AeEvent union was made.