aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/libsrc/console/console.h
blob: f6d74a4ea03936e02794d0ac020cee168bd03fd7 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __CONSOLE_H__
#define __CONSOLE_H__
#include "ds2io.h"

extern int ConsoleInit(unsigned short front_color, unsigned short background_color, enum SCREEN_ID screen, unsigned int buf_size);

extern int cprintf(const char *format, ...);

#endif //__CONSOLE_H__