~openhommdev/openhomm/gui

« back to all changes in this revision

Viewing changes to src/core/hrSceneObject.hpp

  • Committer: Roman Fomin
  • Date: 2010-02-17 07:04:34 UTC
  • Revision ID: rfomin@gmail.com-20100217070434-r0v5o1ebkrxl53v2
compressed textures
zoom returns :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
class hrSceneObject
20
20
{
21
21
    int id;
22
 
    //QString name;
23
22
    QRect rect;
24
23
    quint8 visitable[6];
25
24
    bool overlay;
29
28
    int countFrames;
30
29
public:
31
30
    hrSceneObject(int id
32
 
                  //, const QString &name
33
31
                  , quint8 *visit
34
32
                  , bool overlay
35
33
                  , bool underground