TeaPacket v0.0.1
Multiplatform Game Engine
Loading...
Searching...
No Matches
TGAReader.hpp
Go to the documentation of this file.
1#pragma once
2
4#include <string>
5
6namespace TeaPacket::Assets
7{
8 Graphics::Texture ReadTGA(const std::string& path);
9}
Definition Texture.hpp:30
Functionality relating to files.
Definition AssetReader.hpp:7
Graphics::Texture ReadTGA(const std::string &path)