Newer
Older
Atmosphere / fusee / fusee-secondary / src / console.h
#ifndef FUSEE_CONSOLE_H
#define FUSEE_CONSOLE_H

int console_init(void *fb);
int console_resume(void *fb, int row, int col);

#endif