mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Member variable documentation consistency
This commit is contained in:
parent
8caddb4b39
commit
00d57f8867
@ -144,7 +144,7 @@ public:
|
||||
////////////////////////////////////////////////////////////
|
||||
class RWops {
|
||||
protected:
|
||||
SDL_RWops* rwops_;
|
||||
SDL_RWops* rwops_; ///< Contained SDL_RWops structure
|
||||
|
||||
private:
|
||||
static Sint64 StdSeekFuncWrapper(SDL_RWops* context, Sint64 offset, int whence);
|
||||
|
@ -48,7 +48,7 @@ class Point;
|
||||
////////////////////////////////////////////////////////////
|
||||
class Renderer {
|
||||
private:
|
||||
SDL_Renderer* renderer_; ///< Contained SDL_Renderer object
|
||||
SDL_Renderer* renderer_; ///< Contained SDL_Renderer structure
|
||||
|
||||
public:
|
||||
////////////////////////////////////////////////////////////
|
||||
|
@ -61,7 +61,7 @@ namespace SDL2pp {
|
||||
////////////////////////////////////////////////////////////
|
||||
class Window {
|
||||
private:
|
||||
SDL_Window* window_; ///< SDL2 window pointer
|
||||
SDL_Window* window_; ///< Contained SDL2_Window structure
|
||||
|
||||
public:
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user