로딩중...
검색중...
일치하는것 없음
def.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
4#include "core/common/dep.hpp"
6
7namespace by {
8
9 const std::string MANIFEST_FILENAME = "manifest.stela";
10
11 class node;
12 class ntype;
13 typedef tstr<node> str;
14 typedef tweak<node> weak;
15}
to Top