mirror of
https://github.com/wiiu-env/libgui.git
synced 2024-11-14 12:25:10 +01:00
Fix missing import in GuiTrigger
This commit is contained in:
parent
482bf28a3a
commit
9040d929fd
@ -17,6 +17,7 @@
|
||||
#ifndef GUI_TRIGGER_H_
|
||||
#define GUI_TRIGGER_H_
|
||||
|
||||
#include <stdint.h>
|
||||
//!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 {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user