/*
 * Last modification background information
 * $Id$
 *
 * Copyright (c) 2003 UNSW
 * All Rights Reserved.
 * 
**/

/*
 * Strategy:
 *  
 *
 * Description:
 *  
 *
 * Strategy member variables used:
 *  
 *
 * Local variables used:
 *  
 *
 * Restrictions:
 *  
 *
 * Comments:
 *  
 */

#include "Behaviours.h"

void Behaviours::nameOfYourBehaviour() {
    // implementation of your behaviour
}
