This repository has been archived on 2024-11-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Dawn-GB/src/input.h
2022-02-20 19:26:06 -08:00

13 lines
235 B
C

/**
* Copyright (c) 2022 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "libs.h"
#define INPUT_BIND_TEXT_SKIP J_A
extern uint8_t INPUT_STATE;