mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
new carddb generator
This commit is contained in:
parent
f33d790822
commit
27d25d41ac
7 changed files with 373 additions and 78 deletions
12
oracle/src/main.cpp
Normal file
12
oracle/src/main.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include <QApplication>
|
||||
#include "oracleimporter.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
|
||||
OracleImporter importer;
|
||||
importer.downloadNextFile();
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue