mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-05-21 17:06:46 +02:00
8 lines
65 B
C
8 lines
65 B
C
#ifndef LIB1_H
|
|
#define LIB1_H
|
|
|
|
void callLib1Function();
|
|
|
|
#endif
|
|
|