PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
irx_imports.h
1#ifndef IOP_IRX_IMPORTS_H
2#define IOP_IRX_IMPORTS_H
3
4#include <irx.h>
5
6/* Please keep these in alphabetical order! */
7#include <dev9.h>
8#include <intrman.h>
9#include <loadcore.h>
10#ifdef BUILDING_SMAP_NETMAN
11#include <netman.h>
12#endif
13#ifdef BUILDING_SMAP_PS2IP
14#include <ps2ip.h>
15#endif
16#include <stdio.h>
17#include <sysclib.h>
18#include <thbase.h>
19#include <thevent.h>
20
21#endif /* IOP_IRX_IMPORTS_H */