PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
acmeme.h
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright ps2dev - http://www.ps2dev.org
7
# Licenced under Academic Free License version 2.0
8
# Review ps2sdk README & LICENSE files for further details.
9
*/
10
11
#ifndef _ACMEME_H
12
#define _ACMEME_H
13
14
#include <accore.h>
15
16
extern
int
acMemeModuleRestart(
int
argc,
char
**argv);
17
extern
int
acMemeModuleStart(
int
argc,
char
**argv);
18
extern
int
acMemeModuleStatus();
19
extern
int
acMemeModuleStop();
20
21
#define acmeme_IMPORTS_start DECLARE_IMPORT_TABLE(acmeme, 1, 1)
22
#define acmeme_IMPORTS_end END_IMPORT_TABLE
23
24
#define I_acMemeModuleRestart DECLARE_IMPORT(4, acMemeModuleRestart)
25
#define I_acMemeModuleStart DECLARE_IMPORT(5, acMemeModuleStart)
26
#define I_acMemeModuleStatus DECLARE_IMPORT(6, acMemeModuleStatus)
27
#define I_acMemeModuleStop DECLARE_IMPORT(7, acMemeModuleStop)
28
29
#endif
iop
arcade
acmeme
include
acmeme.h
Generated on Tue Feb 11 2025 21:35:57 for PS2SDK by
1.12.0