Yet Another Game Engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
yage
core
imageloader.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <string>
13
14
namespace
yage
15
{
16
17
class
Texture;
18
19
class
ImageLoader
20
{
21
public
:
22
static
Texture
loadPng
(std::string
const
&file_path);
23
};
24
25
}
// namespace yage
yage::ImageLoader
Definition:
imageloader.h:19
yage::ImageLoader::loadPng
static Texture loadPng(std::string const &file_path)
Definition:
imageloader.cpp:22
yage::Texture
Definition:
texture.h:17
Generated on Sat Jun 23 2018 15:09:52 by
1.8.6