12 lines
124 B
C++
12 lines
124 B
C++
#ifndef METALBACKEND_H
|
|
#define METALBACKEND_H
|
|
|
|
|
|
class MetalBackend
|
|
{
|
|
public:
|
|
MetalBackend();
|
|
};
|
|
|
|
#endif // METALBACKEND_H
|