Changes:
Add SMART_CTOR Begin with Render2 (Draw2 replacement) Add UI7 DrawLists
This commit is contained in:
7
source/Render2.cpp
Normal file
7
source/Render2.cpp
Normal 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
|
||||
Reference in New Issue
Block a user