Enabled public access to underlying SDL window renderer
This commit is contained in:
parent
c428275de9
commit
30d1c382bd
1 changed files with 1 additions and 4 deletions
|
@ -159,15 +159,12 @@ public:
|
|||
*/
|
||||
operator SDL_Window*();
|
||||
|
||||
|
||||
private:
|
||||
/**
|
||||
* Conversion operator to a SDL_Renderer*.
|
||||
*
|
||||
* @todo Evaluate whether the function should become public or not.
|
||||
*/
|
||||
operator SDL_Renderer*();
|
||||
|
||||
private:
|
||||
/***** ***** ***** Members. ***** ***** *****/
|
||||
|
||||
/** The @ref SDL_Window we own. */
|
||||
|
|
Loading…
Add table
Reference in a new issue