Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
3017820734c11d32c8014a0b5c6fc2884dbb4fdb
/
.
/
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
);