PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
libsecr.h
1#ifndef LIBSECR_H
2#define LIBSECR_H
3
4#include <libsecr-common.h>
5
6extern int SecrInit(void);
7extern void SecrDeinit(void);
8
9#endif