upd: add docs

This commit is contained in:
2023-11-08 19:07:29 +08:00
parent 4ae22f0f8c
commit 39e0240c2c
7 changed files with 31 additions and 3 deletions

12
include/names.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef NAMESCOPE_H
#define NAMESCOPE_H
#include <any>
#include <string>
#include <unordered_map>
#include <vector>
class NameScopeClass {
;
};
#endif