summaryrefslogtreecommitdiff
path: root/src/framebuffer.h
blob: d2d57cdc938716dd417da41b9445b6eeaa6d2ac6 (plain)
1
2
3
4
5
6
7
#pragma once

#include <stdbool.h>
#include <stdint.h>

bool framebuffer_init(uint32_t* error);