Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Mitmischer
Created December 9, 2012 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mitmischer/4245787 to your computer and use it in GitHub Desktop.
Save Mitmischer/4245787 to your computer and use it in GitHub Desktop.
Ant-Client
class Client{
public:
bool sendMessage(std::string msg);
vector<Ant*> getAnts();
vector<Ant*> updateAnts(); // = setAnts()
private:
vector<Ant*> ants;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment