aboutsummaryrefslogtreecommitdiff
path: root/tool_src/QvLib/QvDB.h
blob: aee530cc63c2931721544e339a2c83a1ebe8e616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef  _QV_DB_
#define  _QV_DB_

#include <QvBasic.h>

class QvInput;
class QvNode;
class QvField;

class QvDB {
  public:
    static const char	*versionString;

    static void		init();
    static QvBool	read(QvInput *in, QvNode *&rootNode);
};

#endif /* _QV_DB_ */