Sign in
◑
Theme
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
f5fb92385c439dc205eea4a55fd2e3888b57a63d
/
.
/
examples
/
mp3
/
mp3.hpp
blob: b791bb454345d9c7fc9b1e05ea3d0e473acf53ad [
file
]
#pragma
once
#include
<cstdint>
#include
"32blit.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);