Separate stick functionality from main file

This commit is contained in:
2022-11-16 01:42:47 +11:00
parent 160defe951
commit 1479433500
7 changed files with 297 additions and 287 deletions

2
draw.h
View File

@ -1,6 +1,8 @@
#ifndef DRAW_H
#define DRAW_H
#define DISPLAY_SCALE 0.8889
#include <stdint.h>
typedef struct SDL_Renderer SDL_Renderer;