mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
5 lines
62 B
C
5 lines
62 B
C
#pragma once
|
|
|
|
// stops execution of the game
|
|
void stop(void);
|