Atmosphere/fusee/fusee-secondary/src/console.h

8 lines
133 B
C
Raw Normal View History

#ifndef FUSEE_CONSOLE_H
#define FUSEE_CONSOLE_H
int console_init(void *fb);
int console_resume(void *fb, int row, int col);
#endif