Files
bomberman/main.cpp
T
2025-05-29 16:06:07 +02:00

7 lines
78 B
C++

#include "Bomberman.hpp"
int main (void){
Bomberman bomberman;
return 0;
}