tetris/game-ctrl/config.h
2024-05-18 20:09:21 +02:00

9 lines
82 B
C

#ifndef _CONFIG_H_
#define _CONFIG_H_
void configInit();
#endif // _CONFIG_H_