mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-01 21:18:39 +00:00
Move SceSize to psptypes.h
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#define __FILEIO_H__
|
||||
|
||||
#include <pspkerneltypes.h>
|
||||
#include <psptypes.h>
|
||||
#include <pspiofilemgr_fcntl.h>
|
||||
#include <pspiofilemgr_stat.h>
|
||||
#include <pspiofilemgr_dirent.h>
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <psptypes.h>
|
||||
|
||||
/** @addtogroup LoadExec */
|
||||
|
||||
/**@{*/
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#define __MODLOAD_H__
|
||||
|
||||
#include <pspkerneltypes.h>
|
||||
#include <psptypes.h>
|
||||
|
||||
/** @defgroup ModuleMgr Module Manager Library
|
||||
* This module contains the imports for the kernel's module management routines.
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#define PSPSYSMEM_H
|
||||
|
||||
#include <pspkerneltypes.h>
|
||||
#include <psptypes.h>
|
||||
|
||||
/** @defgroup SysMem System Memory Manager
|
||||
* This module contains routines to manage heaps of memory.
|
||||
|
||||
Reference in New Issue
Block a user