Files
tetris_clone/src/main.h
2024-12-02 10:37:52 +01:00

5 lines
62 B
C

#pragma once
// stops execution of the game
void stop(void);