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

« back to all changes in this revision

Viewing changes to src/gui/speechbubble.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:
21
21
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
22
22
 */
23
23
 
24
 
#ifndef SPEECHBUBBLE_H
25
 
#define SPEECHBUBBLE_H
 
24
#ifndef GUI_SPEECHBUBBLE_H
 
25
#define GUI_SPEECHBUBBLE_H
26
26
 
27
27
#include "gui/theme.h"
28
28
 
61
61
        TextBox *mSpeechBox;
62
62
};
63
63
 
64
 
#endif
 
64
#endif  // GUI_SPEECHBUBBLE_H