#include <cstdint>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
|
class | osm::Canvas |
| Instances of this class are used to draw in a limited 2D space. All the functions that modify the canvas do it internally; to make the changes effective in the console, you must use the refresh method. More...
|
|
- Author
- Miguel MJ (migue.nosp@m.lmjv.nosp@m.g@gma.nosp@m.il.c.nosp@m.om)
- Date
- 2022-06-06
- Copyright
- Copyright (c) 2022 Gianluca Bianco under the MIT license.
◆ OSMANIP_GRAPHICS_CANVAS_HPP
#define OSMANIP_GRAPHICS_CANVAS_HPP |