Inital Commit
This commit is contained in:
commit
cc95ff1c3a
22 changed files with 1166 additions and 0 deletions
7
etc/logo.h
Normal file
7
etc/logo.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _LOGO_H_
|
||||
#define _LOGO_H_
|
||||
|
||||
//Shows the Logo
|
||||
void showLogo();
|
||||
|
||||
#endif
|
||||
Reference in a new issue