PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
irx_imports.h
1/*
2 * irx_imports.h - Defines all IRX imports.
3 *
4 * See the file LICENSE included with this distribution for licensing terms.
5 */
6
7#ifndef IOP_IRX_IMPORTS_H
8#define IOP_IRX_IMPORTS_H
9
10#include "irx.h"
11
12/* Please keep these in alphabetical order! */
13#include "loadcore.h"
14#include "stdio.h"
15#include "sysmem.h"
16#include "sysclib.h"
17#include "ioman.h"
18#include "modload.h"
19#include "thsemap.h"
20
21#endif /* IOP_IRX_IMPORTS_H */