metaforce/hecl/lib/database/CRuntime.cpp

13 lines
124 B
C++
Raw Normal View History

2015-05-21 02:33:05 +00:00
#include "HECLDatabase.hpp"
2015-05-24 04:51:16 +00:00
#include "CSQLiteMain.hpp"
2015-05-21 02:33:05 +00:00
namespace HECLDatabase
{
class CRuntime : public IRuntime
{
};
}