Advertisement
Guest User

Untitled

a guest
May 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. bool CompareAgents(const Agent& agentOne, const Agent& agentTwo);
  2.  
  3. class Agent {
  4.     friend bool CompareAgents(const Agent& agentOne, const Agent& agentTwo);
  5.     ...
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement