- separated the button code from c_dispatch.

Two separate features justify two separate files.
This commit is contained in:
Christoph Oelckers 2020-04-11 18:00:10 +02:00
commit 603ad755ab
14 changed files with 339 additions and 275 deletions

View file

@ -53,6 +53,7 @@
#include "events.h"
#include "v_video.h"
#include "i_system.h"
#include "c_buttons.h"
#include "scripting/types.h"
int DMenu::InMenu;