Divide source code from other stuff

This commit is contained in:
Dr-Noob
2018-06-23 13:04:42 +02:00
parent 3ded41ce44
commit 9f55672aa2
17 changed files with 3 additions and 2 deletions

6
src/global.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __GLOBAL__
#define __GLOBAL__
void printError(const char *fmt, ...);
#endif