diff options
Diffstat (limited to 'Minecraft.Client/TextureAtlas.h')
| -rw-r--r-- | Minecraft.Client/TextureAtlas.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.Client/TextureAtlas.h b/Minecraft.Client/TextureAtlas.h new file mode 100644 index 00000000..21f9d038 --- /dev/null +++ b/Minecraft.Client/TextureAtlas.h @@ -0,0 +1,10 @@ +#pragma once + +class ResourceLocation; + +class TextureAtlas +{ +public: + static ResourceLocation LOCATION_BLOCKS; + static ResourceLocation LOCATION_ITEMS; +};
\ No newline at end of file |
