<Bindings>
<!--
 Decursive (v 1.9.8) add-on for World of Warcraft UI
 Copyright (C) 2006 Archarodim ( http://www.2072productions.com/?to=decursive-continued.txt )
 This is the continued work of the original Decursive (v1.9.4) by Quu
 Decursive 1.9.4 is in public domain ( www.quutar.com )
 
 License:
	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version 2
	of the License, or (at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.
 
	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-->

	<Binding name="DCRCLEAN" header="DECURSIVE">
			Dcr_Clean();
	</Binding>
	<Binding name="DCRSHOW">
			Dcr_Hide(false);
	</Binding>
	<Binding name="DCROPTION">
			Dcr_ShowHideOptionsUI();
	</Binding>
	<Binding name="DCRPRADD">
			Dcr_AddTargetToPriorityList();
	</Binding>
	<Binding name="DCRPRCLEAR">
			Dcr_ClearPriorityList();
	</Binding>
	<Binding name="DCRPRLIST">
			Dcr_PrintPriorityList();
	</Binding>
	<Binding name="DCRPRSHOW">
			Dcr_ShowHidePriorityListUI();
	</Binding>
	<Binding name="DCRSKADD">
			Dcr_AddTargetToSkipList();
	</Binding>
	<Binding name="DCRSKCLEAR">
			Dcr_ClearSkipList();
	</Binding>
	<Binding name="DCRSKLIST">
			Dcr_PrintSkipList();
	</Binding>
	<Binding name="DCRSKSHOW">
			Dcr_ShowHideSkipListUI();
	</Binding>
</Bindings>
