add observer_handler class

This commit is contained in:
MihailRis
2025-04-02 14:55:53 +03:00
parent b3feb5945b
commit 3beafe953f
6 changed files with 72 additions and 13 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
#include <stdint.h>
using scriptenv = std::shared_ptr<int>;
using observer_handler = std::shared_ptr<int>;
class observer_handler;
/// @brief dynamic integer type (64 bit signed integer)
using integer_t = int64_t;