MFG code review cleanup

This commit is contained in:
sp2xdev
2025-03-24 16:08:22 -07:00
parent 89921e5ec2
commit e74c60f61d
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -11,7 +11,6 @@ std::vector<Button> &games::mfg::get_buttons() {
"Service",
"Test",
"Coin Mech"
//"Action Button"
);
}
+1 -2
View File
@@ -8,8 +8,7 @@ namespace games::mfg {
enum {
Service,
Test,
CoinMech,
ActionButton
CoinMech
};
}