Organize code structure, generate CBMD files without premade headers.

This commit is contained in:
Steveice10
2015-01-23 18:37:10 -08:00
parent 78ee395ea5
commit 9360d55bd5
13 changed files with 245 additions and 103 deletions

View File

@@ -1,11 +0,0 @@
#ifndef __TYPES_H__
#define __TYPES_H__
#include <stdint.h>
typedef uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;
typedef uint64_t u64;
#endif