Subversion Repositories Kolibri OS

Rev

Rev 5231 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5231 Rev 5232
Line 21... Line 21...
21
// Return true if board has moves, false - if not
21
// Return true if board has moves, false - if not
22
__u8 board_has_moves();
22
__u8 board_has_moves();
Line 23... Line 23...
23
 
23
 
24
// Get score
24
// Get score
-
 
25
__u32 board_score();
Line 25... Line 26...
25
__u32 board_score();
26
__u32 board_highscore();
26
 
27
 
27
// Try to move all tiles up
28
// Try to move all tiles up