console.h

Go to the documentation of this file.
00001 /*
00002         libbroadway - A general purpose library to control the Wii.
00003         Visual text console
00004 
00005 Copyright (C) 2009              bLAStY <blasty@bootmii.org>
00006 Copyright (C) 2009              John Kelley <wiidev@kelley.ca>
00007 Copyright (C) 2010              Alex Marshall <trap15@raidenii.net>
00008 
00009 # This code is licensed to you under the terms of the GNU GPL, version 2;
00010 # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
00011 */
00012 
00017 #ifndef __CONSOLE_H__
00018 #define __CONSOLE_H__
00019 
00020 #include <types.h>
00021 
00035 void console_initialize(int vmode, void* fb, int x, int y, int w, int h, int fw, int fh, u8 font[]);
00042 void console_simple_init(int vmode, void* fb);
00043 
00048 void console_set_framebuffer(void* fb);
00049 
00055 void print_str(const char *str, size_t len);
00062 int gfx_printf(const char *fmt, ...) __attribute__((deprecated));
00063 
00064 #endif
00065 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated by  doxygen 1.6.3