Add SMART_CTOR
Begin with Render2 (Draw2 replacement)
Add UI7 DrawLists
This commit is contained in:
2024-06-08 16:30:01 +02:00
parent f399f032e7
commit 07ed5af300
8 changed files with 398 additions and 233 deletions

7
source/Render2.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <renderd7/Render2.hpp>
namespace RenderD7 {
R2Base::R2Base() {
for (int i = 0; i < 2; i++) this->font[i] = Font::New();
}
} // namespace RenderD7