New code and data to get something on screen.

WiP.
This commit is contained in:
King_DuckZ 2014-02-09 00:32:11 +01:00
parent 2429229a95
commit a8f8d50129
10 changed files with 157 additions and 0 deletions

View file

@ -16,6 +16,7 @@ namespace cloonel {
void Reload ( void );
void Destroy ( void ) noexcept;
bool IsLoaded ( void ) const { return nullptr != m_texture; }
void Render ( void );
private:
const std::string m_path;