Move everything in the root folder

This commit is contained in:
Godzil
2020-01-15 19:06:45 +00:00
parent ec2a2f937f
commit f592057e48
30 changed files with 0 additions and 0 deletions

20
source/log.h Normal file
View File

@@ -0,0 +1,20 @@
//////////////////////////////////////////////////////////////////////////////
//
//////////////////////////////////////////////////////////////////////////////
//
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////
#ifndef __LOG_H__
#define __LOG_H__
int log_init(char *path);
FILE *log_get(void);
void log_done(void);
#endif