10 lines
82 B
C++
10 lines
82 B
C++
#include "simpleLib.hpp"
|
|
|
|
SimpleLib::SimpleLib()
|
|
{
|
|
}
|
|
|
|
SimpleLib::~SimpleLib()
|
|
{
|
|
}
|