~ubuntu-branches/ubuntu/trusty/manaplus/trusty-proposed

« back to all changes in this revision

Viewing changes to src/resources/ambientlayer.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2013-06-10 10:53:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130610105326-c3xqk5ebcgy3jxmb
Tags: 1.3.6.9-1
[ Andrei Karas ]
* Add new files to copyright file.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
 */
21
21
 
22
 
#ifndef RESOURCES_AMBIENTOVERLAY_H
23
 
#define RESOURCES_AMBIENTOVERLAY_H
 
22
#ifndef RESOURCES_AMBIENTLAYER_H
 
23
#define RESOURCES_AMBIENTLAYER_H
24
24
 
25
25
#include "localconsts.h"
26
26
 
62
62
        bool mKeepRatio;         /**< Keep overlay ratio on every resolution */
63
63
};
64
64
 
65
 
#endif
 
65
#endif  // RESOURCES_AMBIENTLAYER_H