add fahrschule

This commit is contained in:
michael.reiswich
2021-04-02 16:47:49 +02:00
parent 165e871476
commit 0d8f76df3e
5 changed files with 10 additions and 7 deletions

View File

@@ -233,12 +233,14 @@ import bankMenuHandle from './Interaction/bankmenu';
import InputHelper from './inputhelper';
bankMenuHandle(globalData);
import Introduction from './Gui/introduction';
Introduction(globalData);
import ahelp from './Gui/ahelp';
ahelp(globalData);
import Introduction from './Gui/introduction';
Introduction(globalData);
import userhelp from './Gui/userhelp';
userhelp(globalData);