Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
0d200c1eef96453958e6aa2d2d477bbe6d5d350b
/
.
/
examples
/
doom-fire
/
doom-fire.hpp
blob: 081a21798be9437690637588862bbe4cf13876a2 [
file
]
#pragma
once
#include
<stdint.h>
#include
"32blit.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);