diff options
Diffstat (limited to 'src/ui/touch.h')
-rw-r--r-- | src/ui/touch.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ui/touch.h b/src/ui/touch.h index fb8ff555..39a059da 100644 --- a/src/ui/touch.h +++ b/src/ui/touch.h | |||
@@ -25,5 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
25 | #include <the_Foundation/defs.h> | 25 | #include <the_Foundation/defs.h> |
26 | #include <SDL_events.h> | 26 | #include <SDL_events.h> |
27 | 27 | ||
28 | iBool processEvent_Touch (const SDL_Event *); | 28 | iDeclareType(Widget) |
29 | void update_Touch (void); | 29 | |
30 | iBool processEvent_Touch (const SDL_Event *); | ||
31 | void update_Touch (void); | ||
32 | void widgetDestroyed_Touch (iWidget *widget); | ||