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
Suggestion from "mgh".
[open-ps2-loader.git]
/
include
/
appsupport.h
blob
6d48caa2ac406c7aea1962da17252876927b5743
1
#ifndef __APP_SUPPORT_H
2
#define __APP_SUPPORT_H
3
4
#include
"include/iosupport.h"
5
6
void
appInit
();
7
item_list_t
*
appGetObject
(
int
initOnly
);
8
9
#endif