17 lines
285 B
C
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
|