The SGADE Documentation

the SGADE The Socrates Gameboy Advance Development Engine

The SGADE is a development library for the Nintendo Gameboy Advance. It's free for all uses and is distributed without guarantees. For more information visit the SGADE page.


Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

SoBkgConsole

Functions to debugging console display (output only). More...

Files

file  SoBkgConsole.c
file  SoBkgConsole.h

Functions

void SoBkgConsoleInit (u16 a_Bkg)
 Initializes the SoBkgConsole for use.

void SoBkgConsolePrint (const char *a_String)
 Writes a string to the console.

void SoBkgConsolePrintf (const char *a_Format,...)
 Writes a formatted string to the console
Parameters:
a_Format  the format string variable-argument printf-style function to output to the Bkg console.



Detailed Description

Functions to debugging console display (output only).

This special-purpose module provides a debug display window.


Function Documentation

void SoBkgConsoleInit u16    a_Bkg
 

Initializes the SoBkgConsole for use.

Parameters:
a_Bkg  background to use for display

void SoBkgConsolePrint const char *    a_String
 

Writes a string to the console.

Parameters:
a_String  the string to write


Copyright 2002 by the SGADE authors. See SoLicense.h or Visit the SGADE page for more information.