New code and data to get something on screen.
WiP.
This commit is contained in:
parent
2429229a95
commit
a8f8d50129
10 changed files with 157 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue