mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-06 11:54:27 +01:00
8 lines
133 B
C
8 lines
133 B
C
|
#ifndef FUSEE_CONSOLE_H
|
||
|
#define FUSEE_CONSOLE_H
|
||
|
|
||
|
int console_init(void *fb);
|
||
|
int console_resume(void *fb, int row, int col);
|
||
|
|
||
|
#endif
|