7 lines
46 B
C++
7 lines
46 B
C++
|
#include "library.h"
|
||
|
|
||
|
Library::Library()
|
||
|
{
|
||
|
|
||
|
}
|