Initial setup for CLion
This commit is contained in:
6
ANSMOT/ByteTrack/include/lapjv.h
Normal file
6
ANSMOT/ByteTrack/include/lapjv.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <cstddef>
|
||||
namespace ByteTrack
|
||||
{
|
||||
int lapjv_internal(const size_t n, double *cost[], int *x, int *y);
|
||||
}
|
||||
Reference in New Issue
Block a user