mirror of
https://github.com/wiiu-env/libgui.git
synced 2025-01-25 22:51:10 +01:00
Add missing forward declaration in GuiTrigger
This commit is contained in:
parent
9040d929fd
commit
e68bf558fd
@ -18,6 +18,9 @@
|
|||||||
#define GUI_TRIGGER_H_
|
#define GUI_TRIGGER_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
class GuiController;
|
||||||
|
|
||||||
//!Menu input trigger management. Determine if action is neccessary based on input data by comparing controller input data to a specific trigger element.
|
//!Menu input trigger management. Determine if action is neccessary based on input data by comparing controller input data to a specific trigger element.
|
||||||
class GuiTrigger {
|
class GuiTrigger {
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user