mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
19 lines
224 B
C++
19 lines
224 B
C++
#include "../include/night.h"
|
|
|
|
namespace night
|
|
{
|
|
|
|
ns_node::ns_node(/* args */)
|
|
{
|
|
}
|
|
|
|
ns_node::~ns_node()
|
|
{
|
|
}
|
|
|
|
std::string ns_node::debug_no_space()
|
|
{
|
|
return "";
|
|
}
|
|
|
|
} |