Topcheto eu/struct resolving #3

Merged
TopchetoEU merged 4 commits from TopchetoEU/Struct-resolving into master 2023-01-19 09:30:39 +00:00
Showing only changes of commit 06af7439d7 - Show all commits

View File

@ -1,6 +1,7 @@
#pragma once
#include <vector>
#include <string>
namespace ppc::lang {
struct namespace_name_t : public std::vector<std::string> {