mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* simple and works * implement proxy's feedback Co-authored-by: Garrett Joe Cox <garrettjcox@gmail.com> * forgot to remove unneeded check from testing * remove null arg * simple and works * implement proxy's feedback Co-authored-by: Garrett Joe Cox <garrettjcox@gmail.com> * forgot to remove unneeded check from testing * remove null arg * changes * bump lus * add checkbox to modern menu * clang * archez feedback * proxy feedback
6 lines
126 B
C
6 lines
126 B
C
#ifndef DIFFICULTY_OPTIONS_H
|
|
#define DIFFICULTY_OPTIONS_H
|
|
|
|
void RegisterDisableTakkuriSteal();
|
|
|
|
#endif // DIFFICULTY_OPTIONS_H
|