
/*

	# ----------------------------------------------------------------------------- #
	#																#
	# CGPoint.class.js													#
	#																#
	# MySpinalCord.com													#
	# Copyright 2011 Thommy Morgan										#
	# All Rights Reserved												#
	#																#
	# ----------------------------------------------------------------------------- #


		
*/
	
	
	/*
 	# ----------------------------------------------------------------------------- #
 	# CGPoint Class												 	#
	# ----------------------------------------------------------------------------- #*/
	
	
	CGLib = {
		init: function() {
			requireScript("http://static.myspinalcord.com/js/classes/libCG/Assets/CGPath.class.js", -1);
			requireScript("http://static.myspinalcord.com/js/classes/libCG/Assets/CGPoint.class.js", -1);
		},
	}
	
	CGLib.init();
