This commit is contained in:
twinaphex 2020-10-06 03:09:13 +02:00
parent 4a2848af48
commit fa80ff3c4b
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,6 @@
#define _BSD_SOURCE // sync
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <fcntl.h>
@ -87,7 +86,6 @@
#define file_tag_type s32
#include <time.h>
#include <stdio.h>
#else
typedef unsigned char u8;
@ -190,7 +188,6 @@ typedef u32 fixed8_24;
#include <unistd.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>

2
main.h
View File

@ -20,6 +20,8 @@
#ifndef MAIN_H
#define MAIN_H
#include <stdio.h>
typedef enum
{
TIMER_INACTIVE,