Tidy up header files

This commit is contained in:
Slawter666
2018-11-13 22:28:46 +00:00
parent 1d46507110
commit 6fcf878e2f
9 changed files with 126 additions and 132 deletions

View File

@@ -1,8 +1,6 @@
#ifndef GUARD_MAIN_H
#define GUARD_MAIN_H
#include "global.h"
typedef void (*MainCallback)(void);
typedef void (*IntrCallback)(void);
typedef void (*IntrFunc)(void);