feat(MainWindow): Added gravity gun

This commit is contained in:
Yimura
2021-05-19 16:05:21 +02:00
parent 29526040c7
commit 9e1465548b
7 changed files with 65 additions and 3 deletions

View File

@ -8,5 +8,6 @@ namespace big
public:
static void tab_self();
static void tab_spawn();
static void tab_weapons();
};
}