diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-22 15:57:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-22 15:57:50 +0100 |
| commit | e75aef94aa603f5fa464a2b01ad4a19ce9f72c41 (patch) | |
| tree | 0432ec0819e97b375064343e72da4fb941b5c49a /src/picture_asset.h | |
| parent | 84a270f976b5264b67285ab70efef705b1aa0f00 (diff) | |
Some comments and dead code removal.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index ae457984..1e99fa92 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -58,6 +58,7 @@ protected: int _height; }; +/** A 2D (monoscopic) picture asset */ class MonoPictureAsset : public PictureAsset { public: @@ -114,6 +115,7 @@ private: void construct (sigc::slot<std::string, int>); }; +/** A 3D (stereoscopic) picture asset */ class StereoPictureAsset : public PictureAsset { public: |
