From d58ab78e2cf89e1279536835a16ba9e2b32142a8 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Sun, 16 Jun 2002 23:24:22 +0000 Subject: first there was tetris, now we have sokoban git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1020 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/sokoban.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 apps/recorder/sokoban.h (limited to 'apps/recorder/sokoban.h') diff --git a/apps/recorder/sokoban.h b/apps/recorder/sokoban.h new file mode 100644 index 0000000000..8e6c54c43e --- /dev/null +++ b/apps/recorder/sokoban.h @@ -0,0 +1,29 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 Robert E. Hak + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ + +#ifndef __SOKOBAN__ +#define __SOKOBAN__ + +void load_level(int); +void update_screen(void); +void sokoban_loop(void); +void sokoban(void); + +#endif /*__SOKOBAN__ */ + -- cgit