This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
/* |
| 2 |
* The Mana World |
| 3 |
* Copyright (C) 2004 The Mana World Development Team |
| 4 |
* |
| 5 |
* This file is part of The Mana World. |
| 6 |
* |
| 7 |
* This program is free software; you can redistribute it and/or modify |
| 8 |
* it under the terms of the GNU General Public License as published by |
| 9 |
* the Free Software Foundation; either version 2 of the License, or |
| 10 |
* any later version. |
| 11 |
* |
| 12 |
* This program is distributed in the hope that it will be useful, |
| 13 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 |
* GNU General Public License for more details. |
| 16 |
* |
| 17 |
* You should have received a copy of the GNU General Public License |
| 18 |
* along with this program; if not, write to the Free Software |
| 19 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 |
*/ |
| 21 |
|
| 22 |
#ifndef GUICHANFWD_H |
| 23 |
#define GUICHANFWD_H |
| 24 |
|
| 25 |
namespace gcn |
| 26 |
{ |
| 27 |
class ActionListener; |
| 28 |
class AllegroGraphics; |
| 29 |
class AllegroImage; |
| 30 |
class AllegroImageLoader; |
| 31 |
class AllegroInput; |
| 32 |
class BasicContainer; |
| 33 |
class Button; |
| 34 |
class CheckBox; |
| 35 |
class ClipRectangle; |
| 36 |
class Color; |
| 37 |
class Container; |
| 38 |
class DefaultFont; |
| 39 |
class DropDown; |
| 40 |
class Exception; |
| 41 |
class FocusHandler; |
| 42 |
class Font; |
| 43 |
class Graphics; |
| 44 |
class Gui; |
| 45 |
class Icon; |
| 46 |
class Image; |
| 47 |
class ImageFont; |
| 48 |
class ImageLoader; |
| 49 |
class Input; |
| 50 |
class Key; |
| 51 |
class KeyInput; |
| 52 |
class KeyListener; |
| 53 |
class Label; |
| 54 |
class ListBox; |
| 55 |
class ListModel; |
| 56 |
class MouseInput; |
| 57 |
class MouseListener; |
| 58 |
class OpenGLGraphics; |
| 59 |
class OpenGLImage; |
| 60 |
class OpenGLSDLImageLoader; |
| 61 |
class RadioButton; |
| 62 |
class Rectangle; |
| 63 |
class ScrollArea; |
| 64 |
class SDLGraphics; |
| 65 |
class SDLImage; |
| 66 |
class SDLImageLoader; |
| 67 |
class SDLInput; |
| 68 |
class Slider; |
| 69 |
class TextBox; |
| 70 |
class TextField; |
| 71 |
class Widget; |
| 72 |
class Window; |
| 73 |
} |
| 74 |
|
| 75 |
#endif |