Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
3017820734c11d32c8014a0b5c6fc2884dbb4fdb
/
.
/
examples
/
logo
/
logo.hpp
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
);