Rename the comp namespace to StdComponents.

This commit is contained in:
Username404-59 2021-03-20 10:38:33 +01:00
parent 60f88896a4
commit 1413124530
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -2,7 +2,7 @@
#define YERBACON_STANDARDCOMPONENTS_HPP #define YERBACON_STANDARDCOMPONENTS_HPP
#include "ParseComponents.hpp" #include "ParseComponents.hpp"
namespace comp { namespace StdComponents {
namespace types { namespace types {
struct String: public ParseComponent { struct String: public ParseComponent {
string content; string content;