forgot to instanciate module
This commit is contained in:
parent
68d26f149c
commit
42e5d24231
@ -12,6 +12,7 @@
|
|||||||
#include "jankenmodule.h"
|
#include "jankenmodule.h"
|
||||||
#include "rpgmodule.h"
|
#include "rpgmodule.h"
|
||||||
#include "punishermodule.h"
|
#include "punishermodule.h"
|
||||||
|
#include "mmokobanmodule.h"
|
||||||
//
|
//
|
||||||
#include "janken.h"
|
#include "janken.h"
|
||||||
|
|
||||||
@ -47,6 +48,7 @@ int main(int argc, char *argv[])
|
|||||||
app.addModule(new JankenModule());
|
app.addModule(new JankenModule());
|
||||||
app.addModule(new RPGModule());
|
app.addModule(new RPGModule());
|
||||||
app.addModule(new PunisherModule());
|
app.addModule(new PunisherModule());
|
||||||
|
app.addModule(new MMOkobanModule());
|
||||||
//app.addModule(new TodoModule());
|
//app.addModule(new TodoModule());
|
||||||
return app.exec();
|
return app.exec();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user