mirror of https://github.com/AxioDL/metaforce.git
12 lines
97 B
C++
12 lines
97 B
C++
|
|
||
|
#include "HECLDatabase.hpp"
|
||
|
|
||
|
namespace HECLDatabase
|
||
|
{
|
||
|
|
||
|
class CRuntime : public IRuntime
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|