Finished basic question box

This commit is contained in:
2022-04-30 09:48:00 -07:00
parent 768c73bba5
commit bee024c3e1
7 changed files with 74 additions and 24 deletions

View File

@@ -8,4 +8,6 @@
#pragma once
#include "libs.h"
extern uint8_t INPUT_STATE;
extern uint8_t INPUT_STATE;
extern uint8_t INPUT_PRESSED;
extern uint8_t INPUT_LAST;