src/game.h

changeset 26
e0a76ee1bb2b
parent 23
824c9522ce66
child 51
84f2e380a434
equal deleted inserted replaced
25:3ab0c2e1a4e2 26:e0a76ee1bb2b
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 extern "C" { 37 extern "C" {
38 #endif 38 #endif
39 39
40 void game_start(Settings *settings, int opponent); 40 void game_start(Settings *settings, int opponent);
41 void game_start_singlemachine(Settings *settings);
41 42
42 #ifdef __cplusplus 43 #ifdef __cplusplus
43 } 44 }
44 #endif 45 #endif
45 46

mercurial