2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-21 12:11:31 +00:00
metaforce/hecl/lib/database/CRuntime.cpp
2015-05-20 16:33:05 -10:00

12 lines
97 B
C++

#include "HECLDatabase.hpp"
namespace HECLDatabase
{
class CRuntime : public IRuntime
{
};
}