Euphoria
rendermode.h
Go to the documentation of this file.
1#pragma once
2
3namespace eu::render
4{
5
10enum class RenderMode
11{
12 fill,
13 line,
14 point
15};
16
21}