mirror of https://github.com/PCSX2/pcsx2.git
29 lines
597 B
C
29 lines
597 B
C
/*
|
|
* irx_imports.h - Defines all IRX imports.
|
|
*
|
|
* Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org>
|
|
*
|
|
* See the file LICENSE included with this distribution for licensing terms.
|
|
*/
|
|
|
|
#ifndef IOP_IRX_IMPORTS_H
|
|
#define IOP_IRX_IMPORTS_H
|
|
|
|
#include "irx.h"
|
|
|
|
|
|
/* Please keep these in alphabetical order! */
|
|
#include "intrman.h"
|
|
#include "ioman.h"
|
|
#include "ioptrap.h"
|
|
#include "loadcore.h"
|
|
#include "modload.h"
|
|
#include "sifcmd.h"
|
|
#include "sifman.h"
|
|
#include "stdio.h"
|
|
#include "sysclib.h"
|
|
#include "thbase.h"
|
|
#include "thsemap.h"
|
|
|
|
#endif /* IOP_IRX_IMPORTS_H */
|