blob: 17bd258f6ec7f961b298bbf583ef6986205f61fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*
Vita Development Suite Libraries
*/
#ifndef _VDSUITE_USER_SBLACMGR_H
#define _VDSUITE_USER_SBLACMGR_H
#include <scetypes.h>
#ifdef __cplusplus
extern "C" {
#endif
SceInt32 sceSblACMgrIsGameProgram(SceInt32 *result);
#ifdef __cplusplus
}
#endif
#endif /* _VDSUITE_USER_SBLACMGR_H */
|