6 lines
39 B
C++
6 lines
39 B
C++
|
#include "value.h"
|
||
|
|
||
|
Value::Value()
|
||
|
{
|
||
|
}
|