ScummVM API documentation
pet_val_base.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
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 3 of the License, or
10  * (at your option) 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, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 
22 #ifndef TITANIC_pet_element_H
23 #define TITANIC_pet_element_H
24 
25 namespace Titanic {
26 
27 class CPetElement {
28 protected:
29  int _field4;
30  int _field8;
31  int _fieldC;
32  int _field10;
33  int _field14;
34 public:
35  CPetElement();
36 
37  virtual void proc1() {}
38  virtual void proc2() {}
39  virtual void proc3() {}
40  virtual void proc4() {}
41 
42  virtual void proc5() {}
43 
44  virtual void proc6() {}
45  virtual void proc7() {}
46  virtual void proc8() {}
47  virtual void proc9() {}
48  virtual void proc10() {}
49  virtual void proc11() {}
50  virtual void proc12() {}
51  virtual void proc13() {}
52  virtual void proc14() {}
53  virtual void proc15() {}
54  virtual void proc16() {}
55  virtual void proc17() {}
56 };
57 
58 } // End of namespace Titanic
59 
60 #endif /* TITANIC_pet_element_H */
Definition: pet_val_base.h:27
Definition: arm.h:30