diff options
Diffstat (limited to 'c/menu/games.h')
| -rw-r--r-- | c/menu/games.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/c/menu/games.h b/c/menu/games.h new file mode 100644 index 0000000..d2b67be --- /dev/null +++ b/c/menu/games.h @@ -0,0 +1,6 @@ +/* Menu Thing for RVController - Games + * A product of Advanced Mesecons Devices, a Cheapie Systems company + * This is free and unencumbered software released into the public domain. + * See http://unlicense.org/ for more information */ + +void runGames(void); |
