18 lines
193 B
C
18 lines
193 B
C
|
|
||
|
#ifndef __DATABASE
|
||
|
#include "CDatabase.h"
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
#ifndef __CAPPHELPWIZARD_H
|
||
|
#include "CAppHelpWizard.h"
|
||
|
#endif
|
||
|
|
||
|
class CDatabaseLocal : public CDatabase {
|
||
|
|
||
|
|
||
|
};
|
||
|
|
||
|
|