mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
10 lines
73 B
C
10 lines
73 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
class Texture
|
||
|
{
|
||
|
public:
|
||
|
Texture();
|
||
|
};
|