the final rename

This commit is contained in:
MihailRis
2024-05-06 03:38:19 +03:00
parent f27a418dbe
commit 1627e21c1d
196 changed files with 836 additions and 815 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
#ifndef CODERS_COMMONS_H_
#define CODERS_COMMONS_H_
#ifndef CODERS_COMMONS_HPP_
#define CODERS_COMMONS_HPP_
#include "../typedefs.hpp"
#include <string>
#include <stdexcept>
#include "../typedefs.h"
inline int is_box(int c) {
switch (c) {
@@ -102,4 +103,4 @@ public:
BasicParser(const std::string& file, const std::string& source);
};
#endif // CODERS_COMMONS_H_
#endif // CODERS_COMMONS_HPP_