diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 17:30:55 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 17:30:55 +0100 |
commit | e60c3c684f87f32ba0500892ff85215faaaad0d5 (patch) | |
tree | 7707021822ebdf348d0dc6468d216ed33d207bff /main.c | |
parent | Misc: Added the dbgprintf() macro (diff) | |
download | CHIP8-Emulator-e60c3c684f87f32ba0500892ff85215faaaad0d5.tar.gz CHIP8-Emulator-e60c3c684f87f32ba0500892ff85215faaaad0d5.tar.bz2 CHIP8-Emulator-e60c3c684f87f32ba0500892ff85215faaaad0d5.zip |
Feature: Added timers thread
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c index b97ab9f..a257c96 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,3 @@ -#include <stdio.h> -#include <unistd.h> -#include <config.h> #include <emulator.h> int main(int argc, char** argv); |