/* * PSP Software Development Kit - http://www.pspdev.org * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * psputility.h - Master include for the pspUtility library * * Copyright (c) 2005 John Kelley * * $Id: psputility.h 2001 2006-09-15 18:52:54Z jim $ */ #ifndef __PSPUTILITY_H__ #define __PSPUTILITY_H__ #include #include #include #include #include #include #include #define PSP_UTILITY_ACCEPT_CIRCLE 0 #define PSP_UTILITY_ACCEPT_CROSS 1 #endif