first commit

This commit is contained in:
2023-01-26 13:56:18 +08:00
commit 4abe6bf738
17 changed files with 1105 additions and 0 deletions

6
include/ipc/api.hpp Normal file
View File

@@ -0,0 +1,6 @@
// Copyright (c) 2023 - present, Anton Anikin <anton@anikin.xyz>
// All rights reserved.
#pragma once
#include "../../src/ipc.hpp"

6
include/ipc/c_api.h Normal file
View File

@@ -0,0 +1,6 @@
// Copyright (c) 2023 - present, Anton Anikin <anton@anikin.xyz>
// All rights reserved.
#pragma once
#include "../../src/ipc_c.h"