Updating DreamDex

This commit is contained in:
The Gears of Progress
2024-06-28 16:24:01 -04:00
parent a8a8edefb3
commit 290fdf22a4
25 changed files with 526 additions and 544 deletions

View File

@@ -1,5 +1,9 @@
#include "button_handler.h"
Button::Button(){
}
Button::Button(OBJ_ATTR *L, OBJ_ATTR *R, int nLeft_button_width)
{
button_L = L;