11 lines
129 B
C++
11 lines
129 B
C++
#ifndef __DATABASE
|
|
#include "CDatabase.h"
|
|
#define __DATABASE
|
|
#endif
|
|
|
|
class CDatabaseGlobal : public CDatabase{
|
|
|
|
};
|
|
|
|
|