index
:
meowcraft
this commit
main
a dumb minecraft in c++ and opengl.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Common
/
Iteration.hpp
blob: cdcecd2243157175de9a3511ab3cd5ede7923b44 (
plain
)
1
2
3
4
5
6
#pragma once
enum
class
Iteration
{
Continue
,
Break
,
};