add some header files

This commit is contained in:
Rainchus 2023-11-21 06:16:08 -06:00
parent 060f1a1d28
commit e6481709b4
4 changed files with 55 additions and 1 deletions

View file

@ -1,6 +1,8 @@
#ifndef _COMMON_H_
#define _COMMON_H_
void OSReport(const char * format, ...);
#include "types.h"
#include "common_structs.h"
#include "functions.h"
#endif