7 lines
No EOL
76 B
C
7 lines
No EOL
76 B
C
#ifndef _LOGO_H_
|
|
#define _LOGO_H_
|
|
|
|
//Shows the Logo
|
|
void showLogo();
|
|
|
|
#endif |