mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-21 12:11:31 +00:00
12 lines
97 B
C++
12 lines
97 B
C++
|
|
#include "HECLDatabase.hpp"
|
|
|
|
namespace HECLDatabase
|
|
{
|
|
|
|
class CRuntime : public IRuntime
|
|
{
|
|
};
|
|
|
|
}
|