Include mouse-events.h in llua.cc

Signed-off-by: Tin <tin.svagelj@live.com>
This commit is contained in:
Tin 2023-11-05 20:00:41 +01:00 committed by Brenden Matthews
parent de374f3045
commit 7afeaee755
No known key found for this signature in database
GPG Key ID: 137B7AC2BDFD8DF0
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#ifdef BUILD_GUI
#include "gui.h"
#ifdef BUILD_MOUSE_EVENTS
#include "mouse-events.h"
#endif /* BUILD_MOUSE_EVENTS */
#endif /* BUILD_GUI */
extern "C" {