Skip to content

Instantly share code, notes, and snippets.

@Mitmischer
Created December 9, 2012 16:01
Show Gist options
  • Select an option

  • Save Mitmischer/4245787 to your computer and use it in GitHub Desktop.

Select an option

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