Added angle modification for static graphics in levels.
[potpourri.git] / src / iostreamUI / iostreamUI.h
blobdf8d2ee22af106d7bf8d68e34b3fc08e286d0bd9
1 // Copyright 2008 Brian Caine
3 // This file is part of Potpourri.
5 // Potpourri is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
10 // Potpourri is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTIBILITY of FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Potpourri. If not, see <http://www.gnu.org/licenses/>.
19 // NOTES:
21 // The header for the iostreamUI
23 #ifndef __IOSTREAMUI_H
24 #define __IOSTREAMUI_H
26 #include "../../include/plugins/ui/UI.h"
28 #include <iostream>
30 namespace fragrant
32 class iostreamUI : public UI
34 public:
35 EngineSub run(PluginLoader& plugin_loader,
36 SettingsDB& settingsdb);
38 private:
42 #endif