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