raven/src/Painter.hpp

9 lines
63 B
C++
Raw Normal View History

2022-03-08 02:25:22 +02:00
namespace Raven {
class Painter {
Painter() {
}
};
}