second good build. Joints
This commit is contained in:
9
MbDCode/Time.cpp
Normal file
9
MbDCode/Time.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "Time.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
Time::Time()
|
||||
{
|
||||
std::string str = "t";
|
||||
this->setName(str);
|
||||
}
|
||||
Reference in New Issue
Block a user