upd: set up file structure

This commit is contained in:
2023-11-08 18:33:40 +08:00
parent fa7c45cc6f
commit 4ae22f0f8c
7 changed files with 82 additions and 95 deletions

12
include/namescope.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