Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
1dff765e4053924f71fecaaf70a9b96e1130f058
/
.
/
examples
/
particle
/
particle.hpp
blob: de24ed3ac340df0aa8845b251e04afa7367e5baf [
file
]
#pragma
once
#include
<cstdint>
#include
"32blit.hpp"
#include
"engine/particle.hpp"
void
init
();
void
update
(
uint32_t
time
);
void
render
(
uint32_t
time
);