8 lines
66 B
C
8 lines
66 B
C
|
#pragma once
|
||
|
|
||
|
class Texture
|
||
|
{
|
||
|
public:
|
||
|
Texture() = default;
|
||
|
};
|