Files
jadeite/game_payload/include/main.h

9 lines
204 B
C
Raw Normal View History

2023-06-21 14:25:22 +03:00
#pragma once
2023-08-04 22:17:31 +03:00
#define ISSUE_SUFFIX "Please open an issue on the jadeite repository specifying your game edition/region and version"
2023-06-21 14:25:22 +03:00
void unload_ctr_inc();
void unload_ctr_dec();
2023-08-04 15:35:29 +03:00
void request_restart();