7 lines
78 B
C++
7 lines
78 B
C++
#include "Bomberman.hpp"
|
|
|
|
int main (void){
|
|
Bomberman bomberman;
|
|
return 0;
|
|
}
|