dev1
This commit is contained in:
parent
062a9837c0
commit
2f8a7c3dab
|
@ -3,6 +3,8 @@
|
||||||
#include "ta-log.h"
|
#include "ta-log.h"
|
||||||
#include "engine/engine.h"
|
#include "engine/engine.h"
|
||||||
|
|
||||||
|
#define DIV_VERSION "dev1"
|
||||||
|
|
||||||
DivEngine e;
|
DivEngine e;
|
||||||
|
|
||||||
std::mutex m;
|
std::mutex m;
|
||||||
|
@ -12,7 +14,7 @@ int main(int argc, char** argv) {
|
||||||
logI("usage: %s file\n",argv[0]);
|
logI("usage: %s file\n",argv[0]);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
logI("divorce dev0\n");
|
logI("divorce " DIV_VERSION "\n");
|
||||||
logI("loading module...\n");
|
logI("loading module...\n");
|
||||||
FILE* f=fopen(argv[1],"rb");
|
FILE* f=fopen(argv[1],"rb");
|
||||||
if (f==NULL) {
|
if (f==NULL) {
|
||||||
|
|
Loading…
Reference in a new issue