Update chip8.c

This commit is contained in:
elqe 2022-01-27 21:41:01 -05:00 committed by GitHub
parent aa73ea7b52
commit 6c5b46c3dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -3,16 +3,12 @@
* written by pala <pala@tilde.institute>
*/
#if defined(_WIN32) || defined(_WIN64)
#define _CRT_SECURE_NO_WARNINGS
#endif
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <SDL.h>
#include <SDL2/SDL.h>
/* macros */
#define WIDTH 640