sync
This commit is contained in:
10
C/Adidas/product/encode_main.c
Normal file
10
C/Adidas/product/encode_main.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "encode.h"
|
||||
// add here includes, if needed
|
||||
|
||||
|
||||
int encode_main(int argc, char* argv[])
|
||||
{
|
||||
//add your code here
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user