mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
MFG code review cleanup
This commit is contained in:
@@ -11,7 +11,6 @@ std::vector<Button> &games::mfg::get_buttons() {
|
||||
"Service",
|
||||
"Test",
|
||||
"Coin Mech"
|
||||
//"Action Button"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -8,8 +8,7 @@ namespace games::mfg {
|
||||
enum {
|
||||
Service,
|
||||
Test,
|
||||
CoinMech,
|
||||
ActionButton
|
||||
CoinMech
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user