summary refs log tree commit diff
path: root/src/Common/Iteration.hpp
blob: cdcecd2243157175de9a3511ab3cd5ede7923b44 (plain)
1
2
3
4
5
6
#pragma once

enum class Iteration {
    Continue,
    Break,
};