summaryrefslogtreecommitdiff
path: root/src/utils/buttons.h
blob: cfa9fa33e212c815fd533330debadd3419178e2d (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

void buttonsInit();

bool btnUp();
bool btnDown();
bool btnSelect();
bool btnBack();
bool btnRight();
bool btnLeft();