second good build. Joints

This commit is contained in:
Aik-Siong Koh
2023-05-05 19:01:53 -06:00
parent 697aad4db9
commit d5ac041906
84 changed files with 1616 additions and 174 deletions

9
MbDCode/Time.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "Time.h"
using namespace MbD;
Time::Time()
{
std::string str = "t";
this->setName(str);
}