Don't have an account? Sign Up
This class provides a mechanism for the network library to obtain information about the game being played.
struct IGameQuery { };
INetwork.h
virtual ~IGameQuery();
virtual XmlNodeRef GetGameState() = 0;