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#include "loadcore.h"
12
13/* Please keep these in alphabetical order! */
14#include "sysclib.h"
15
16#endif /* IOP_IRX_IMPORTS_H */