mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
36 lines
460 B
C++
36 lines
460 B
C++
#include "../../include/night.h"
|
|
namespace night
|
|
{
|
|
|
|
NSGod::NSGod(/* args */)
|
|
{
|
|
}
|
|
|
|
NSGod::~NSGod()
|
|
{
|
|
}
|
|
|
|
std::vector<night::ns_node *> NSGod::gen_girl(std::string a2)
|
|
{
|
|
if (night::std_v_n == a2)
|
|
{
|
|
|
|
}
|
|
if (night::std_v_v_n == a2)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
night::ns_node* NSGod::gen_son(std::string)
|
|
{
|
|
|
|
}
|
|
|
|
void NSGod::hamlet(void)
|
|
{
|
|
|
|
}
|
|
} // namespace night
|