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 LIB2_H
|
|
#define LIB2_H
|
|
|
|
void callLib2Function();
|
|
|
|
#endif
|
|
|