Inital Commit
This commit is contained in:
commit
cc95ff1c3a
22 changed files with 1166 additions and 0 deletions
6
utils/logger.h
Normal file
6
utils/logger.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _LOGGER_H_
|
||||
#define _LOGGER_H_
|
||||
|
||||
//Allows the user to log something
|
||||
void logger(char message[255]);
|
||||
#endif
|
||||
Reference in a new issue