added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / src / api.h
1 // ============================================================================
2 // Rocks'n'Diamonds - McDuffin Strikes Back!
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2022 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  https://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // api.h
10 // ============================================================================
11
12 #ifndef API_H
13 #define API_H
14
15 void ApiAddScoreAsThread(int, boolean, char *);
16 void ApiGetScoreAsThread(int);
17 void ApiGetScoreTapeAsThread(int, int, char *);
18 void ApiRenamePlayerAsThread(void);
19 void ApiResetUUIDAsThread(char *);
20
21 #endif