summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox_lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox_lcd.h')
-rw-r--r--apps/plugins/pacbox/pacbox_lcd.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox_lcd.h b/apps/plugins/pacbox/pacbox_lcd.h
new file mode 100644
index 0000000000..e1fbaa6a04
--- /dev/null
+++ b/apps/plugins/pacbox/pacbox_lcd.h
@@ -0,0 +1,31 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Pacbox - a Pacman Emulator for Rockbox
11 *
12 * Based on PIE - Pacman Instructional Emulator
13 *
14 * Copyright (c) 1997-2003,2004 Alessandro Scotti
15 *
16 * All files in this archive are subject to the GNU General Public License.
17 * See the file COPYING in the source tree root for full license agreement.
18 *
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied.
21 *
22 ****************************************************************************/
23
24#ifndef _PACBOX_LCD_H
25#define _PACBOX_LCD_H
26
27#include "plugin.h"
28
29void blit_display(fb_data* lcd_framebuffer, unsigned char* vbuf);
30
31#endif