Add PyAPI skell

This commit is contained in:
2022-09-27 16:30:47 +03:00
parent 5f4ae36bbf
commit 8ec4602ee3
7 changed files with 24 additions and 1 deletions

13
include/PyAPI.h Normal file
View File

@@ -0,0 +1,13 @@
#pragma once
#include "TPyEngine.h"
#include <tuple>
namespace PyAPI {
namespace MP {
}
namespace FS {
}
namespace CL {
}
}

3
include/TPyEngine.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
class TPyPlugin;

1
include/TPyPlugin.h Normal file
View File

@@ -0,0 +1 @@
#pragma once