PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
irx_imports.h
1#ifndef IRX_IMPORTS_H_
2#define IRX_IMPORTS_H_
3
4#include <irx.h>
5
6/* Please keep these in alphabetical order! */
7
8#include <sysmem.h>
9#include <intrman.h>
10#include <stdio.h>
11#include <sysclib.h>
12#include <timrman.h>
13#include <heaplib.h>
14#include <loadcore.h>
15
16#endif // IRX_IMPORTS_H_