PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
irx_imports.h
1/*
2 * irx_imports.h - Defines all IRX imports.
3 *
4 * NB: inapplicable old copyright claim to this material removed, as that
5 * NB: claim would only relate to the old material created by that author
6 */
7
8#ifndef IOP_IRX_IMPORTS_H
9#define IOP_IRX_IMPORTS_H
10
11#include <irx.h>
12
13/* Please keep these in alphabetical order! */
14#include <cdvdman.h>
15#include <ioman.h>
16#include <loadcore.h>
17#include <modload.h>
18#include <stdio.h>
19#include <sysclib.h>
20
21#endif /* IOP_IRX_IMPORTS_H */