#pragma once #define BUTTON_UP 0 #define BUTTON_DOWN 1 #define BUTTON_LEFT 2 #define BUTTON_RIGHT 3 #define BUTTON_SELECT 4 #define BUTTON_BACK 5