mirror of https://github.com/AxioDL/metaforce.git
9 lines
74 B
C++
9 lines
74 B
C++
|
#include "rstl.hpp"
|
||
|
|
||
|
namespace rstl
|
||
|
{
|
||
|
|
||
|
CRefData rstl::CRefData::sNull;
|
||
|
|
||
|
}
|