gb6/system6/lcd_mac.c
2022-06-29 00:42:39 -05:00

8 lines
62 B
C

#include "../src/lcd.h"
void lcd_draw(struct lcd *lcd)
{
}