aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jo_main.h')
-rw-r--r--src/jo_main.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/jo_main.h b/src/jo_main.h
index 3a3359c..8feabe9 100644
--- a/src/jo_main.h
+++ b/src/jo_main.h
@@ -1,6 +1,21 @@
+/****************************************************************************************/
+/* */
+/* File : jo_main.h /_________/ */
+/* Author : Joe | */
+/* Date : 04/2020 | */
+/* | */
+/* / | */
+/* \ / */
+/* \_____/ */
+/* */
+/****************************************************************************************/
+
#ifndef JO_MAIN_H
#define JO_MAIN_H
-#include <jo_printf.h>
+#include <jo_lowbat.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <stddef.h>
#endif