mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* fd anywhere using hooks (plus splitting enhancements out into files) Co-authored-by: aMannus <mannusmenting@gmail.com> Co-authored-by: Archez <Archez@users.noreply.github.com> * add guards to headers * Update mm/src/code/z_parameter.c Co-authored-by: Garrett Cox <garrettjcox@gmail.com> * clean * macro magic * Apply suggestions from code review --------- Co-authored-by: aMannus <mannusmenting@gmail.com> Co-authored-by: Archez <Archez@users.noreply.github.com> Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
7 lines
110 B
C
7 lines
110 B
C
#ifndef CHEATS_MOONJUMP_H
|
|
#define CHEATS_MOONJUMP_H
|
|
|
|
void RegisterMoonJumpOnL();
|
|
|
|
#endif // CHEATS_MOONJUMP_H
|