mirror of
https://git.stationery.faith/corn/corn.git
synced 2024-11-13 00:42:08 +00:00
6 lines
80 B
C
6 lines
80 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int fb_init(uint16_t res_x, uint16_t res_y);
|