15 lines
170 B
C++
15 lines
170 B
C++
#ifndef COVERARTREPOSITORY_H_
|
|
#define COVERARTREPOSITORY_H_
|
|
|
|
#include <mysql/mysql.h>
|
|
|
|
#include "models/models.h"
|
|
|
|
class coverArtRepository
|
|
{
|
|
public:
|
|
private:
|
|
};
|
|
|
|
#endif
|