adding i18n strings
[open-ps2-loader.git] / modules / network / SMSMAP / irx_imports.h
blob8408b5004643d0b8026d359046a58699f216d846
1 /*
2 * irx_imports.h - Defines all IRX imports.
4 * Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org>
6 * See the file LICENSE included with this distribution for licensing terms.
7 */
9 #ifndef IOP_IRX_IMPORTS_H
10 #define IOP_IRX_IMPORTS_H
12 #include "irx.h"
14 /* Please keep these in alphabetical order! */
15 #include "dev9.h"
16 #include "intrman.h"
17 #include "ps2ip.h"
18 #include "smsutils.h"
19 #include "stdio.h"
20 #include "thbase.h"
21 #include "thsemap.h"
22 #include "thevent.h"
24 #endif /* IOP_IRX_IMPORTS_H */