includes refactor

This commit is contained in:
MihailRis
2024-05-13 03:20:09 +03:00
parent f8a5f329a4
commit 165525f18c
13 changed files with 15 additions and 12 deletions
-2
View File
@@ -2,9 +2,7 @@
#define TYPEDEFS_HPP_
#include <memory>
#include <stdlib.h>
#include <stdint.h>
#include <variant>
using scriptenv = std::shared_ptr<int>;
using observer_handler = std::shared_ptr<int>;