repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git]
/
modules
/
debug
/
udptty
/
intrman_add.h
blob
5f0e1442960d4a7430de44624cb02cd833f495d6
1
#ifndef _INTRMAN_ADD_H_
2
#define _INTRMAN_ADD_H_
3
4
void
*
intrman_14
(
void
*
func
,
void
*
arg1
,
void
*
arg2
,
void
*
arg3
);
5
#define I_intrman_14 DECLARE_IMPORT(14, intrman_14)
6
7
#endif