second good build. Joints
This commit is contained in:
13
MbDCode/Variable.cpp
Normal file
13
MbDCode/Variable.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "Variable.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
void Variable::setName(std::string& str)
|
||||
{
|
||||
name = str;
|
||||
}
|
||||
|
||||
const std::string& Variable::getName() const
|
||||
{
|
||||
return name;
|
||||
}
|
||||
Reference in New Issue
Block a user