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 2001 2006-09-15 18:52:54Z jim $ 00011 */ 00012 #ifndef __PSPUTILITY_H__ 00013 #define __PSPUTILITY_H__ 00014 00015 #include <psputility_msgdialog.h> 00016 #include <psputility_netconf.h> 00017 #include <psputility_netparam.h> 00018 #include <psputility_savedata.h> 00019 #include <psputility_sysparam.h> 00020 #include <psputility_osk.h> 00021 #include <psputility_netmodules.h> 00022 00023 #define PSP_UTILITY_ACCEPT_CIRCLE 0 00024 #define PSP_UTILITY_ACCEPT_CROSS 1 00025 00026 #endif