Files
oak-editor/app/render/backend/cudabackend.h
T

12 lines
119 B
C++

#ifndef CUDABACKEND_H
#define CUDABACKEND_H
class CUDABackend
{
public:
CUDABackend();
};
#endif // CUDABACKEND_H