summary refs log tree commit diff
path: root/src/Common/Casts.hpp
blob: c2c7088d64c8be1adc22bd99c0d7a896ca11ba29 (plain)
1
2
3
#pragma once

#define TO(type, value) (static_cast<type>(value))