#pragma once #include <stdint.h> #include "ConvectionKernels_BC6H_IO.h" namespace cvtt { namespace BC6H_IO { ReadFunc_t; WriteFunc_t; extern const ReadFunc_t g_readFuncs[14]; extern const WriteFunc_t g_writeFuncs[14]; } }
#pragma once #include <stdint.h> #include "ConvectionKernels_BC6H_IO.h" namespace cvtt { namespace BC6H_IO { ReadFunc_t; WriteFunc_t; extern const ReadFunc_t g_readFuncs[14]; extern const WriteFunc_t g_writeFuncs[14]; } }