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