Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
0ee1d2eab83dd4e64a608093b4cc1d950d0c6d66
/
.
/
examples
/
logo
/
logo.hpp
blob: 76eec3741d672f5416610e26e18812ffeb13bde0 [
file
]
#pragma
once
#include
<cstdint>
#include
"32blit.hpp"
//extern surface fb;
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);