THCGrid.h 257 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
#ifndef THC_GRID_INC
#define THC_GRID_INC

#include <THC/THC.h>

rusty1s's avatar
rusty1s committed
6
7
8
9
#ifdef __cplusplus
extern "C" {
#endif  // __cplusplus

rusty1s's avatar
rusty1s committed
10
11
12
#include "generic/THCGrid.h"
#include "THC/THCGenerateAllTypes.h"

rusty1s's avatar
rusty1s committed
13
14
15
16
#ifdef __cplusplus
}
#endif  // __cplusplus

rusty1s's avatar
rusty1s committed
17
#endif  // THC_GRID_INC