Move the Book class in its own source file.

This commit is contained in:
Matthieu Gautier
2018-09-06 15:45:45 +02:00
parent 1e8f85eaff
commit 839320d5e7
8 changed files with 353 additions and 292 deletions

View File

@ -20,6 +20,7 @@
#ifndef KIWIX_MANAGER_H
#define KIWIX_MANAGER_H
#include "book.h"
#include <time.h>
#include <sstream>
#include <string>