~ubuntu-branches/ubuntu/saucy/manaplus/saucy-proposed

« back to all changes in this revision

Viewing changes to src/resources/soundinfo.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:
18
18
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 */
20
20
 
21
 
#ifndef SOUNDINFO_H
22
 
#define SOUNDINFO_H
 
21
#ifndef RESOURCES_SOUNDINFO_H
 
22
#define RESOURCES_SOUNDINFO_H
23
23
 
24
24
#include <string>
25
25
#include <vector>
40
40
 
41
41
typedef std::vector<SoundInfo> SoundInfoVect;
42
42
 
43
 
#endif
 
43
#endif  // RESOURCES_SOUNDINFO_H