10 lines
253 B
C
10 lines
253 B
C
|
#ifndef FREEPROJECTSETFORMAT_H
|
||
|
#define FREEPROJECTSETFORMAT_H
|
||
|
|
||
|
#include "ojproblemset.h"
|
||
|
|
||
|
QList<POJProblem> importFreeProblemSet(const QString& filename);
|
||
|
//void exportFreeProblemSet(const QList<POJProblem>& problems);
|
||
|
|
||
|
#endif // FREEPROJECTSETFORMAT_H
|