Added stub project for Kraken convert utility
This commit is contained in:
9
tools/convert/main.cpp
Normal file
9
tools/convert/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "main.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
printf("Kraken Convert\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user