Last change
on this file since 9 was 8, checked in by Sanahuja Guillaume, 9 years ago |
simulator
|
File size:
719 bytes
|
Line | |
---|
1 | // created: 2013/03/27
|
---|
2 | // filename: Castle.h
|
---|
3 | //
|
---|
4 | // author: Guillaume Sanahuja
|
---|
5 | // Copyright Heudiasyc UMR UTC/CNRS 7253
|
---|
6 | //
|
---|
7 | // version: $Id: $
|
---|
8 | //
|
---|
9 | // purpose: classe chargeant une map chateau
|
---|
10 | //
|
---|
11 | /*********************************************************************/
|
---|
12 |
|
---|
13 | #ifndef CASTLE_H
|
---|
14 | #define CASTLE_H
|
---|
15 |
|
---|
16 | #include <Gui.h>
|
---|
17 | namespace flair
|
---|
18 | {
|
---|
19 | namespace simulator
|
---|
20 | {
|
---|
21 | class Castle:public Gui
|
---|
22 | {
|
---|
23 | public:
|
---|
24 | Castle(const flair::simulator::Simulator* parent,int app_width, int app_height,int scene_width, int scene_height,std::string media_path);
|
---|
25 | ~Castle();
|
---|
26 |
|
---|
27 | private:
|
---|
28 |
|
---|
29 | };
|
---|
30 | } // end namespace simulator
|
---|
31 | } // end namespace flair
|
---|
32 | #endif // CASTLE_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.