Add game 2048 (#2767)

* _

* rename my name

* fix warnings

* fix warnings
This commit is contained in:
zxkmm
2025-08-26 22:26:53 +08:00
committed by GitHub
parent 4f738adc70
commit e6d4081c06
6 changed files with 632 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void EPIRBProcessor::payload_handler(const baseband::Packet& packet) {
}
}
void EPIRBProcessor::on_message(const Message* const message) {
void EPIRBProcessor::on_message(const Message*) {
}
int main() {