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