mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-05-20 04:40:13 +00:00
Add PyAPI skell
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "TPyEngine.h"
|
||||
#include <tuple>
|
||||
|
||||
namespace PyAPI {
|
||||
namespace MP {
|
||||
}
|
||||
namespace FS {
|
||||
}
|
||||
namespace CL {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
class TPyPlugin;
|
||||
@@ -0,0 +1 @@
|
||||
#pragma once
|
||||
Reference in New Issue
Block a user