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_NETDEV
11#include <netdev.h>
12#endif
13#ifdef BUILDING_SMAP_NETMAN
14#include <netman.h>
15#endif
16#ifdef BUILDING_SMAP_PS2IP
17#include <ps2ip.h>
18#endif
19#include <stdio.h>
20#include <sysclib.h>
21#include <thbase.h>
22#include <thevent.h>
23
24#endif /* IOP_IRX_IMPORTS_H */