aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/ginput.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ginput/ginput.c')
-rw-r--r--src/ginput/ginput.c20
1 files changed, 15 insertions, 5 deletions
diff --git a/src/ginput/ginput.c b/src/ginput/ginput.c
index 87c4a668..abd16cd8 100644
--- a/src/ginput/ginput.c
+++ b/src/ginput/ginput.c
@@ -16,11 +16,21 @@
#if GFX_USE_GINPUT
-/**
- * This should really call an init routine for each ginput sub-system.
- * Maybe we'll do this later.
- */
-void _ginputInit(void) {}
+void _ginputInit(void)
+{
+ /* ToDo */
+
+ /**
+ * This should really call an init routine for each ginput sub-system.
+ * Maybe we'll do this later.
+ */
+}
+
+void _ginputDeinit(void)
+{
+
+}
#endif /* GFX_USE_GINPUT */
/** @} */
+