mirror of
https://github.com/ShadauxCat/CATSFC.git
synced 2025-04-02 10:41:47 -04:00
References: <http://gbatemp.net/threads/libds2a-unofficial.288736/#post-4539983> <http://filetrip.net/dl?CCv0QSb7k8>
9 lines
272 B
C
Executable file
9 lines
272 B
C
Executable file
#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__
|