blob: ae679a9d3c05e8d81224f91eb0520567ef26ed18 [file]
#pragma once
#include <stdint.h>
#include "32blit.hpp"
//extern surface fb;
void init();
void update(uint32_t time);
void render(uint32_t time);