source: ps2launchargs/source/uLaunchELF/hdl_info/irx_imports.h@ 1102

Last change on this file since 1102 was 1101, checked in by iritscen, 7 years ago

Added following to ps2launchargs:\n-Source code.\n-DLL needed to run ps2client.\n-Instructions for building uLaunchELF.

  • Property svn:executable set to *
File size: 456 bytes
Line 
1/*
2 * irx_imports.h - Defines all IRX imports.
3 *
4 * Copyright (c) 2003 Marcus R. Brown <mrbrown@0xd6.org>
5 *
6 * See the file LICENSE included with this distribution for licensing terms.
7 */
8
9#ifndef IOP_IRX_IMPORTS_H
10#define IOP_IRX_IMPORTS_H
11
12#include <irx.h>
13
14/* Please keep these in alphabetical order! */
15#include <atad.h>
16#include <dev9.h>
17#include <stdio.h>
18#include <sysmem.h>
19#include <sifcmd.h>
20
21#endif /* IOP_IRX_IMPORTS_H */
Note: See TracBrowser for help on using the repository browser.