#ifndef CLIENT_MAIN_H #define CLIENT_MAIN_H #include "data/HashMap.h" #include "math/BufferedValue.h" #include "math/Vector.h" struct OtherPlayer { BufferedValue position; }; extern HashMap players; #endif