eis/eqpalg/.do_not_use/utility-no-use/dtw/fast_dtw/Foundation.h

17 lines
285 B
C

//
// Foundation.h
// FastDTW-x
//
// Created by Melo Yao on 12/2/13.
// Copyright (c) 2013 melo.yao. All rights reserved.
//
#ifndef FastDTW_x_Foundation_h
#define FastDTW_x_Foundation_h
#include "JavaTypes.h"
#define FD_NS_START namespace fastdtw {
#define FD_NS_END }
#endif