Skip to content

Commit b1a8c23

Browse files
committed
Pushing missing file
1 parent f4a43c5 commit b1a8c23

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/debug/backend.hh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)