We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a43c5 commit b1a8c23Copy full SHA for b1a8c23
src/debug/backend.hh
@@ -0,0 +1,10 @@
1
+#pragma once
2
+
3
+#include <functional>
4
+#include <vector>
5
6
+class BackendWalkieTalkie
7
+{
8
+public:
9
+ inline static std::vector<std::function<void ()>> sm_Functions;
10
+};
0 commit comments