<?
function require_function($func){
	if (!function_exists($func)) nice_death('Required function not present: ' . $func);
}
?>
