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
/
Casts.hpp
blob: c2c7088d64c8be1adc22bd99c0d7a896ca11ba29 (
plain
)
1
2
3
#pragma once
#define TO(type, value) (static_cast<type>(value))