mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-03-30 14:00:16 +02:00
8 lines
65 B
C
8 lines
65 B
C
#ifndef LIB1_H
|
|
#define LIB1_H
|
|
|
|
void callLib1Function();
|
|
|
|
#endif
|
|
|