Avoid having many top-level static variables, make these more clearly global by moving them into a struct. Also use less cryptic terms for members.
Avoid having many top-level static variables, make these more clearly global by moving them into a struct. Also use less cryptic terms for members.