00001 /* 00002 * PSP Software Development Kit - http://www.pspdev.org 00003 * ----------------------------------------------------------------------- 00004 * Licensed under the BSD license, see LICENSE in PSPSDK root for details. 00005 * 00006 * psputility.h - Master include for the pspUtility library 00007 * 00008 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca> 00009 * 00010 * $Id: psputility.h 1095 2005-09-27 21:02:16Z jim $ 00011 */ 00012 #ifndef __PSPUTILITY_H__ 00013 #define __PSPUTILITY_H__ 00014 00015 #include <psputility_sysparam.h> 00016 #include <psputility_netconf.h> 00017 #include <psputility_netparam.h> 00018 #include <psputility_msgdialog.h> 00019 00020 #endif