mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-06-04 17:48:01 +02:00
8 lines
65 B
C
8 lines
65 B
C
#ifndef LIB2_H
|
|
#define LIB2_H
|
|
|
|
void callLib2Function();
|
|
|
|
#endif
|
|
|