stuff-from-scratch/apps/notes_tk/canvas/CanvasElements.h

8 lines
69 B
C
Raw Permalink Normal View History

2022-12-05 10:59:45 +00:00
#pragma once
enum class CanvasDrawCommand
{
CIRCLE,
LINE
};